CustomPopupPlacement.Equality Оператор

Определение

Сравнивает две структуры CustomPopupPlacement, чтобы определить, совпадают ли они.

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 ( = ) : System.Windows.Controls.Primitives.CustomPopupPlacement * System.Windows.Controls.Primitives.CustomPopupPlacement -> bool
Public Shared Operator == (placement1 As CustomPopupPlacement, placement2 As CustomPopupPlacement) As Boolean

Параметры

placement1
CustomPopupPlacement

Первая структура CustomPopupPlacement для сравнения.

placement2
CustomPopupPlacement

Вторая структура CustomPopupPlacement для сравнения.

Возвращаемое значение

true, если значения структур одинаковы; в противном случае false.

Применяется к

См. также раздел