Ejemplo n.º 1
0
 public static bool operator !=(Rational ALhs, Rational ARhs) => !ALhs.Equals(ARhs);
Ejemplo n.º 2
0
 public static bool operator !=(StreamTime ALhs, StreamTime ARhs) => !ALhs.Equals(ARhs);