Ejemplo n.º 1
0
 protected bool Equals(Integer other)
 {
     return(Value == other.Value);
 }