ConstructorInfo.Equality(ConstructorInfo, ConstructorInfo) Opérateur

Définition

Indique si deux objets ConstructorInfo sont égaux.

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

Paramètres

left
ConstructorInfo

Premier ConstructorInfo à comparer.

right
ConstructorInfo

Deuxième ConstructorInfo à comparer.

Retours

true si left est égal à right ; sinon false.

S’applique à