System.Reflection.Emit.OpCode.op_Equality Method

Indicates whether two System.Reflection.Emit.OpCode structures are equal.

Syntax

public static bool operator== (OpCode a, OpCode b)

Parameters

a
The System.Reflection.Emit.OpCode to compare to b.
b
The System.Reflection.Emit.OpCode to compare to a.

Returns

true if a is equal to b; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0