DispatcherProcessingDisabled.Equality 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
比較する最初のオブジェクト。
比較する 2 番目のオブジェクト。
戻り値
DispatcherProcessingDisabled オブジェクトが等しい場合は true
。それ以外の場合は false
。