IntCollection.Contains Method
Determines whether the collection contains the specified element.
Contains(System.Int32 item)
Determines whether the collection contains the specified element.Syntax
public System.Boolean Contains (
System.Int32 item
)
Parameters
The value to locate in the collection.
Return Value
True if the collection contains an element that has the specified value; otherwise, False.
Platforms
Windows, Linux, Android