'Declaration Public Function Contains( _ ByVal item As System.Integer _ ) As System.Boolean
public System.bool Contains( System.int item )
Parameters
- item
- The object to locate in the System.Collections.Generic.ICollection`1.
Return Value
true if item is found in the System.Collections.Generic.ICollection`1; otherwise, false.