예제 #1
0
 public int CompareTo(EmulatedInteger other)
 {
     return(ValueLong.CompareTo(other.ValueLong));
 }
예제 #2
0
 public int CompareTo(object obj)
 {
     return(ValueLong.CompareTo(obj));
 }