Click or drag to resize
ItemCountTEquals Method (ItemCountT)
Is the object equals?

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	ItemCount<T> other
)

Parameters

other
Type: JLChnToZ.LuckyPlayer.WeightedRandomizerItemCountT
The object to compare

Return Value

Type: Boolean
true if equals

Implements

IEquatableTEquals(T)
See Also