DispatcherProcessingDisabled.Equality 演算子

定義

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 ( = ) : 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

適用対象

こちらもご覧ください