[]
        
(Showing Draft Content)

C1.Blazor.Core.C1OrderedSet.Contains

Contains Method

Contains(int)

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

Declaration
public bool Contains(int item)
Public Function Contains(item As Integer) As Boolean
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