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 , co se má porovnat.

right
ConstructorInfo

Druhá ConstructorInfo možnost, která se má porovnat.

Návraty

true je-li left rovna right; jinak false.

Platí pro