Nemerle Documentation

ICollection.Contains Method 

Checks if the specified element `x' is a member of the collection.

bool Contains(
   object x
);

See Also

ICollection Interface | Nemerle.Collections Namespace