Exemplo n.º 1
0
 public static bool operator!=(string a, StaticString b)
 {
     return(!StaticString.Equals(a, b));
 }
Exemplo n.º 2
0
 public static bool operator!=(StaticString lhs, string rhs)
 {
     return(!StaticString.Equals(lhs, rhs));
 }