|
WeightedCollectionTContains Method |
Is the pool contains the specified item?
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool
Parameters
- item
- Type: T
The item that need to checking existance
Return Value
Type:
Booleantrue if found, otherwise
false.
Implements
ICollectionTContains(T)See Also