OpCode.Equality(OpCode, OpCode) Operator  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether two OpCode structures are equal.
public:
 static bool operator ==(System::Reflection::Emit::OpCode a, System::Reflection::Emit::OpCode b);
	public static bool operator ==(System.Reflection.Emit.OpCode a, System.Reflection.Emit.OpCode b);
	static member ( = ) : System.Reflection.Emit.OpCode * System.Reflection.Emit.OpCode -> bool
	Public Shared Operator == (a As OpCode, b As OpCode) As Boolean
	Parameters
Returns
true if a is equal to b; otherwise, false.
Remarks
The equivalent method for this operator is OpCode.Equals(OpCode).