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

要比较的第二个对象。

返回

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

适用于

另请参阅