DispatcherProcessingDisabled.Equality Operator

Definition

Determines whether two DispatcherProcessingDisabled objects are 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 ( = ) : 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 equal; otherwise, false.

Applies to

See also