HwndSourceParameters.Equality 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 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
参数
要比较的第一个 HwndSourceParameters 结构。
要比较的第二个 HwndSourceParameters 结构。
返回
如果结构相等,则为 true
;否则为 false
。
注解
此实现调用 Equals 该方法。