Operator operator ==
operator ==(DispatcherProcessingDisabled, DispatcherProcessingDisabled)
Compare two DispatcherProcessingDisabled instances for equality.
public static bool operator ==(DispatcherProcessingDisabled left, DispatcherProcessingDisabled right)
Parameters
leftDispatcherProcessingDisabledleft operand
rightDispatcherProcessingDisabledright operand
Returns
- bool
Whether or not two operands are equal.