FrozenSet<T>.Contains(T) Method

Definition

Determines whether the set contains the specified element.

public:
 virtual bool Contains(T item);
public bool Contains (T item);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (item As T) As Boolean

Parameters

item
T

The element to locate.

Returns

true if the set contains the specified element; otherwise, false.

Implements

Applies to