Method Contains
Contains(TValue)
Determines whether the System.Collections.Generic.ICollection<> contains a specific value.
Declaration
public bool Contains(TValue value)
Parameters
Type | Name | Description |
---|---|---|
TValue | value |
Returns
Type | Description |
---|---|
System.Boolean |