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