DispatcherProcessingDisabled.Inequality 运算符

定义

确定两个 DispatcherProcessingDisabled 对象是否相等。

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

参数

left
DispatcherProcessingDisabled

要比较的第一个对象。

right
DispatcherProcessingDisabled

要比较的第二个对象。

返回

Boolean

如果 DispatcherProcessingDisabled 对象不相等,则为 true;否则为 false

适用于

另请参阅