[]
        
(Showing Draft Content)

C1.WPF.C1OrderedSet.Contains

Contains Method

Contains(int)

Determines whether the ICollection<T> contains a specific value.

Declaration
public bool Contains(int item)
Parameters
Type Name Description
int item

The object to locate in the ICollection<T>.

Returns
Type Description
bool

true if item is found in the ICollection<T>; otherwise, false.

Implements