/// <summary> /// Adds the specified position to the relation. Returns true if it was added, false if it was already present. /// </summary> public bool Set() { return(Set(Position0.Create())); }
/// <summary> /// Returns whether the relation contains the specified position. /// </summary> public bool Contains() { return(Contains(Position0.Create())); }