|
ItemCountTEquals Method (ItemCountT) |
Is the object equals?
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Equals(
ItemCount<T> other
)
Public Function Equals (
other As ItemCount(Of T)
) As Boolean
public:
virtual bool Equals(
ItemCount<T>^ other
) sealed
abstract Equals :
other : ItemCount<'T> -> bool
override Equals :
other : ItemCount<'T> -> bool
Parameters
- other
- Type: JLChnToZ.LuckyPlayer.WeightedRandomizerItemCountT
The object to compare
Return Value
Type:
Booleantrue if equals
Implements
IEquatableTEquals(T)See Also