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