DispatcherProcessingDisabled.Inequality Operator

Definition

Determines whether two DispatcherProcessingDisabled objects are not equal.

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

Parameters

left
DispatcherProcessingDisabled

The first object to compare.

right
DispatcherProcessingDisabled

The second object to compare.

Returns

true if the DispatcherProcessingDisabled objects are not equal; otherwise, false.

Applies to

See also