MethodToken.Inequality(MethodToken, MethodToken) Opérateur

Définition

Indique si deux structures MethodToken ne sont pas égales.

public:
 static bool operator !=(System::Reflection::Emit::MethodToken a, System::Reflection::Emit::MethodToken b);
public static bool operator != (System.Reflection.Emit.MethodToken a, System.Reflection.Emit.MethodToken b);
static member op_Inequality : System.Reflection.Emit.MethodToken * System.Reflection.Emit.MethodToken -> bool
Public Shared Operator != (a As MethodToken, b As MethodToken) As Boolean

Paramètres

a
MethodToken

MethodToken à comparer à b.

b
MethodToken

MethodToken à comparer à a.

Retours

true si a n'est pas égal à b ; sinon, false.

Remarques

La méthode équivalente pour cet opérateur est MethodToken.Equals(MethodToken).

S’applique à