PropertyInfo.Equality(PropertyInfo, PropertyInfo) Operatör

Tanım

İki PropertyInfo nesnenin eşit olup olmadığını gösterir.

public:
 static bool operator ==(System::Reflection::PropertyInfo ^ left, System::Reflection::PropertyInfo ^ right);
public static bool operator ==(System.Reflection.PropertyInfo? left, System.Reflection.PropertyInfo? right);
public static bool operator ==(System.Reflection.PropertyInfo left, System.Reflection.PropertyInfo right);
static member ( = ) : System.Reflection.PropertyInfo * System.Reflection.PropertyInfo -> bool
Public Shared Operator == (left As PropertyInfo, right As PropertyInfo) As Boolean

Parametreler

left
PropertyInfo

Karşılaştıracak ilk nesne.

right
PropertyInfo

Karşılaştıracak ikinci nesne.

Döndürülenler

true değerine eşitse leftright; değilse, false.

Şunlara uygulanır