PropertyInfo.Equality(PropertyInfo, PropertyInfo) Betreiber

Definition

Gibt an, ob zwei PropertyInfo-Objekte gleich sind.

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

Parameter

left
PropertyInfo

Das erste zu vergleichende Objekt.

right
PropertyInfo

Das zweite zu vergleichende Objekt.

Gibt zurück

true, wenn left und right gleich sind, andernfalls false.

Gilt für: