EventToken.Inequality(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 not 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 op_Inequality : 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 not equal to b
; otherwise, false
.
Remarks
The equivalent method for this operator is EventToken.Equals(EventToken).
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.