System.Reflection.Emit.OpCode.Equals Method

Tests whether the given object is equal to this Opcode.

Syntax

public override bool Equals (object obj)

Parameters

obj
The object to compare to this object.

Returns

true if obj is an instance of Opcode and is equal to this object; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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