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

itemThe item to check.

Returns

boolTrue if the item is contained in the set, false otherwise.