System.Reflection.Emit.EventToken.Equals Method

Checks if the given object is an instance of EventToken and is equal to this instance.

Syntax

public override bool Equals (object obj)

Parameters

obj
The object to be compared with this instance.

Returns

Returns true if obj is an instance of EventToken and equals the current instance; 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