Nemerle Documentation

List.Equals Method (list, list)

Tests equality of two lists. Uses Equal method of objects to test wether they are the same.

public static bool Equals(
   list x,
   list y
);

See Also

List Class | Nemerle.Collections Namespace | List.Equals Overload List