Share via


ConstructorInfo.Equality(ConstructorInfo, ConstructorInfo) Operátor

Definice

Určuje, zda jsou dva ConstructorInfo objekty stejné.

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

Druhý ConstructorInfo k porovnání.

Návraty

true if left se rovná hodnotě right, jinak false.

Platí pro