Nemerle Documentation

List.Contains Method 

List membership test, using the `Equals' method to compare objects.

public static bool Contains(
   list l,
   object a
);

Remarks

This is an alias for the `Member' method.

See Also

List Class | Nemerle.Collections Namespace