DispatcherProcessingDisabled.Inequality 演算子

定義

2 つの 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

比較する 2 番目のオブジェクト。

戻り値

Boolean

DispatcherProcessingDisabled オブジェクトが等しくない場合は true。それ以外の場合は false

適用対象

こちらもご覧ください