Beispiel #1
0
 bool IEquatable <Integer> .Equals(Integer other)
 {
     return(Value.Equals(other.Value));
 }
Beispiel #2
0
 int IComparable <Integer> .CompareTo(Integer other)
 {
     return(((IComparable <BigInteger>) this).CompareTo(other.Value));
 }