HwndSourceParameters.Equality 演算子

定義

HwndSourceParameters 構造体が別の HwndSourceParameters 構造体と等しいかどうかを判断します。

public:
 static bool operator ==(System::Windows::Interop::HwndSourceParameters a, System::Windows::Interop::HwndSourceParameters b);
public static bool operator == (System.Windows.Interop.HwndSourceParameters a, System.Windows.Interop.HwndSourceParameters b);
static member ( = ) : System.Windows.Interop.HwndSourceParameters * System.Windows.Interop.HwndSourceParameters -> bool
Public Shared Operator == (a As HwndSourceParameters, b As HwndSourceParameters) As Boolean

パラメーター

a
HwndSourceParameters

比較する最初の HwndSourceParameters 構造体。

b
HwndSourceParameters

比較する 2 番目の HwndSourceParameters 構造体。

戻り値

Boolean

構造体が等しい場合は true。それ以外の場合は false

注釈

この実装では、メソッドが呼び出されます Equals

適用対象