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