CustomPopupPlacement.Inequality Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Eşit olup olmadıklarını belirlemek için iki CustomPopupPlacement yapıyı karşılaştırır.
public:
static bool operator !=(System::Windows::Controls::Primitives::CustomPopupPlacement placement1, System::Windows::Controls::Primitives::CustomPopupPlacement placement2);
public static bool operator != (System.Windows.Controls.Primitives.CustomPopupPlacement placement1, System.Windows.Controls.Primitives.CustomPopupPlacement placement2);
static member op_Inequality : System.Windows.Controls.Primitives.CustomPopupPlacement * System.Windows.Controls.Primitives.CustomPopupPlacement -> bool
Public Shared Operator != (placement1 As CustomPopupPlacement, placement2 As CustomPopupPlacement) As Boolean
Parametreler
- placement1
- CustomPopupPlacement
Karşılaştıracak ilk CustomPopupPlacement yapı.
- placement2
- CustomPopupPlacement
Karşılaştıracak ikinci CustomPopupPlacement yapı.
Döndürülenler
true
yapılar aynı değerlere sahip değilse; aksi takdirde , false
.