public int CompareTo(EmulatedInteger other) { return(ValueLong.CompareTo(other.ValueLong)); }
public int CompareTo(object obj) { return(ValueLong.CompareTo(obj)); }