RuntimeSet<T>.Contains
Method in RuntimeSet<T>
Declaration
public bool Contains(T item)Description
Checks if the given item is contained in the set.
Parameters
| item | The item to check. |
Returns
| bool | True if the item is contained in the set, false otherwise. |