ConstructorInfo.Equality(ConstructorInfo, ConstructorInfo) Operatore

Definizione

Indica se due ConstructorInfo oggetti 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);
static member ( = ) : 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 è uguale a right; in caso contrario false, .

Si applica a