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