4 static public bool operator == (Test x
, Test y
)
10 static public bool operator != (Test x
, Test y
) { return true; }
12 public override bool Equals (object o
) { return false; }
14 public override int GetHashCode () { return 0; }
20 throw new System
.Exception ();
22 throw new System
.Exception ("Operator == was not called");