Nemerle Documentation

list.ContainsRef Method 

List membership test, using the reference equality.

public bool ContainsRef(
   object Obj
);

Remarks

Returns true if and only this list contains object with reference equal to [Obj] object

See Also

list Class | Nemerle.Core Namespace