ConstructorInfo.Equality(ConstructorInfo, ConstructorInfo) Operatore

Definizione

Indica se due oggetti ConstructorInfo 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 ( = ) : System.Reflection.ConstructorInfo * System.Reflection.ConstructorInfo -> bool
Public Shared Operator == (left As ConstructorInfo, right As ConstructorInfo) As Boolean

Parametri

left
ConstructorInfo

Primo oggetto ConstructorInfo da confrontare.

right
ConstructorInfo

Secondo oggetto ConstructorInfo da confrontare.

Restituisce

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

Si applica a