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