1 // CS0216: The operator `Test.operator ==(Test, bool)' requires a matching operator `!=' to also be defined
4 public abstract class Test
6 public static bool operator == (Test lhs
, bool rhs
)
11 public static bool operator != (Test lhs
, IDoNotExist rhs
)