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

適用於

另請參閱