ConstructorInfo.Inequality(ConstructorInfo, ConstructorInfo) Operatore

Definizione

Indica se due ConstructorInfo oggetti non sono uguali.

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

Parametri

left
ConstructorInfo

Primo ConstructorInfo oggetto da confrontare.

right
ConstructorInfo

ConstructorInfo Secondo da confrontare.

Valori restituiti

true se left non è uguale a right; in caso contrario false, .

Si applica a