Exemplo n.º 1
0
 public int CompareTo(
     [AllowNull] T other)
 {
     return(ChainComparer <T> .InternalCompare(this.Value, other));
 }
Exemplo n.º 2
0
 public bool Equals(
     [AllowNull] T other)
 {
     return(ChainComparer <T> .InternalEquals(this.Value, other).Result);
 }