예제 #1
0
 public int CompareTo(LongDb other)
 {
     return(CompareTo(other.Value));
 }
예제 #2
0
 public bool Equals(LongDb other)
 {
     return(Equals(other.Value));
 }