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