'Declaration Public Overloads Function Contains( _ ByVal id As System.Integer _ ) As System.Boolean
public System.bool Contains( System.int id )
Parameters
- id
- The identifier of the object to look for.
Return Value
True if the collection contains the range, False otherwise.