示例#1
0
文件: Rational.cs 项目: inrg/FFSharp
 public static bool operator !=(Rational ALhs, Rational ARhs) => !ALhs.Equals(ARhs);
示例#2
0
 public static bool operator !=(StreamTime ALhs, StreamTime ARhs) => !ALhs.Equals(ARhs);