DispatcherProcessingDisabled.Equality Оператор

Определение

Определяет равенство двух объектов DispatcherProcessingDisabled.

public:
 static bool operator ==(System::Windows::Threading::DispatcherProcessingDisabled left, System::Windows::Threading::DispatcherProcessingDisabled right);
public static bool operator == (System.Windows.Threading.DispatcherProcessingDisabled left, System.Windows.Threading.DispatcherProcessingDisabled right);
static member ( = ) : System.Windows.Threading.DispatcherProcessingDisabled * System.Windows.Threading.DispatcherProcessingDisabled -> bool
Public Shared Operator == (left As DispatcherProcessingDisabled, right As DispatcherProcessingDisabled) As Boolean

Параметры

left
DispatcherProcessingDisabled

Первый из сравниваемых объектов.

right
DispatcherProcessingDisabled

Второй из сравниваемых объектов.

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

Значение true, если объекты DispatcherProcessingDisabled равны; в противном случае — значение false.

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

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