Esempio n. 1
0
 public bool Equals(Cint other)
 {
     return(other._Value.Equals(other._Value));
 }
Esempio n. 2
0
 public int CompareTo(Cint other)
 {
     return(other._Value.CompareTo(other._Value));
 }