HwndSourceParameters.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether an HwndSourceParameters structure is equal to another HwndSourceParameters structure.
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
Parameters
The first HwndSourceParameters structure to compare.
The second HwndSourceParameters structure to compare.
Returns
true
if the structures are equal; otherwise, false
.
Remarks
This implementation calls the Equals method.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.