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