HwndSourceParameters.Inequality 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 not 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 op_Inequality : 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 not equal; otherwise, false
.
Remarks
This implementation calls the Equals method and inverts the result.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.