ReadOnlySet<T>.Contains method

Determines whether the set contains a specific value.

public bool Contains(T item)

See Also