ConstructorInfo.Equality(ConstructorInfo, ConstructorInfo) Operátor

Definice

Určuje, zda jsou dva ConstructorInfo objekty rovny.

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

Parametry

left
ConstructorInfo

První ConstructorInfo k porovnání.

right
ConstructorInfo

Sekunda ConstructorInfo k porovnání.

Návraty

true pokud left je roven right; jinak false.

Platí pro