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

要比较的第二个 HwndSourceParameters 结构。

返回

true 如果结构相等,则为否则,为 false.

注解

此实现调用 Equals 该方法。

适用于