PropertyInfo.Inequality(PropertyInfo, PropertyInfo) Betreiber

Definition

Gibt an, ob zwei PropertyInfo-Objekte ungleich 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 op_Inequality : 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 ungleich sind, andernfalls false.

Gilt für: