Nemerle Documentation

List.Equals Method

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

Overload List

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

public static bool Equals(list,list);

Inherited from Object.

public virtual bool Equals(object);

See Also

List Class | Nemerle.Collections Namespace