DispatcherProcessingDisabled.Equality Operator

定義

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 番目のオブジェクト。

返品

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

適用対象

こちらもご覧ください