Click or drag to resize
WeightedCollectionTContains Method
Is the pool contains the specified item?

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
The item that need to checking existance

Return Value

Type: Boolean
true if found, otherwise false.

Implements

ICollectionTContains(T)
See Also