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