Ejemplo n.º 1
0
 public bool Equals(INumber other)
 {
     return(other.CompareDispatch(this) == 0);
 }