EventToken.Equality(EventToken, EventToken) 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 EventToken structures are equal.
public:
 static bool operator ==(System::Reflection::Emit::EventToken a, System::Reflection::Emit::EventToken b);
	public static bool operator ==(System.Reflection.Emit.EventToken a, System.Reflection.Emit.EventToken b);
	static member ( = ) : System.Reflection.Emit.EventToken * System.Reflection.Emit.EventToken -> bool
	Public Shared Operator == (a As EventToken, b As EventToken) As Boolean
	Parameters
The EventToken to compare to b.
The EventToken to compare to a.
Returns
true if a is equal to b; otherwise, false.
Remarks
The equivalent method for this operator is EventToken.Equals(EventToken).