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