DispatcherProcessingDisabled.Inequality Оператор

Определение

Определяет, отличаются ли два объекта 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 op_Inequality : System.Windows.Threading.DispatcherProcessingDisabled * System.Windows.Threading.DispatcherProcessingDisabled -> bool
Public Shared Operator != (left As DispatcherProcessingDisabled, right As DispatcherProcessingDisabled) As Boolean

Параметры

left
DispatcherProcessingDisabled

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

right
DispatcherProcessingDisabled

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

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

Boolean

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

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

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