PropertyInfo.Inequality(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 op_Inequality : System.Reflection.PropertyInfo * System.Reflection.PropertyInfo -> bool
Public Shared Operator != (left As PropertyInfo, right As PropertyInfo) As Boolean

Parametreler

left
PropertyInfo

Karşılaştırma yapılacak ilk nesne.

right
PropertyInfo

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

true eşit değilse leftright; değilse , false.

Şunlara uygulanır