예제 #1
0
 public int CompareTo(Set1 <T> other) => ((IComparable)Contents).CompareTo(other.Contents);
예제 #2
0
 public bool Equals(Set1 <T> other) => Contents.Equals(other.Contents);