MethodInfo.Inequality(MethodInfo, MethodInfo) Opérateur

Définition

Indique si deux objets MethodInfo ne sont pas égaux.

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

Paramètres

left
MethodInfo

Premier objet à comparer.

right
MethodInfo

Deuxième objet à comparer.

Retours

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

S’applique à