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