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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.