MethodBase.Inequality(MethodBase, MethodBase) Opérateur

Définition

Indique si deux objets MethodBase ne sont pas égaux.

public:
 static bool operator !=(System::Reflection::MethodBase ^ left, System::Reflection::MethodBase ^ right);
public static bool operator != (System.Reflection.MethodBase? left, System.Reflection.MethodBase? right);
public static bool operator != (System.Reflection.MethodBase left, System.Reflection.MethodBase right);
static member op_Inequality : System.Reflection.MethodBase * System.Reflection.MethodBase -> bool
Public Shared Operator != (left As MethodBase, right As MethodBase) As Boolean

Paramètres

left
MethodBase

Premier objet à comparer.

right
MethodBase

Deuxième objet à comparer.

Retours

true si left n'est pas égal à right ; sinon, false.

S’applique à