1 // CS0034: Operator `!=' is ambiguous on operands of type `Program.A' and `Program.B'
10 public static implicit operator string (A c
)
15 public static implicit operator Delegate (A c
)
23 public static implicit operator string (B c
)
28 public static implicit operator Delegate (B c
)
34 public static void Main (string [] args
)
36 bool b
= new A () != new B ();