HwndSourceParameters.Inequality 运算符

定义

确定 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 op_Inequality : 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 结构。

返回

Boolean

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

注解

此实现调用该方法 Equals 并反转结果。

适用于