Exemplo n.º 1
0
 public static bool operator !=(LinkPath x, LinkPath y) => Eq.OpNot(x, y);
Exemplo n.º 2
0
 public static bool operator !=(Index x, Index y) => Eq.OpNot(x, y);
Exemplo n.º 3
0
 public static bool operator !=(Id x, Id y) => Eq.OpNot(x, y);
Exemplo n.º 4
0
 public static bool operator !=(Terms x, Terms y) => Eq.OpNot(x, y);
Exemplo n.º 5
0
 public static bool operator !=(LinkText x, string y) => Eq.OpNot(x.Value, y);
Exemplo n.º 6
0
 public static bool operator !=(LinkText x, LinkText y) => Eq.OpNot(x, y);