HwndSourceParameters.Equality 运算符

定义

确定 HwndSourceParameters 结构是否与另一个 HwndSourceParameters 结构相等。

C#
public static bool operator == (System.Windows.Interop.HwndSourceParameters a, System.Windows.Interop.HwndSourceParameters b);

参数

a
HwndSourceParameters

要比较的第一个 HwndSourceParameters 结构。

b
HwndSourceParameters

要比较的第二个 HwndSourceParameters 结构。

返回

Boolean

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

注解

此实现调用 Equals 该方法。

适用于

产品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7