HwndSourceParameters.Inequality Operator

Definicja

Określa, czy HwndSourceParameters struktura nie jest równa innej HwndSourceParameters strukturze.

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

Parametry

a
HwndSourceParameters

Pierwsza HwndSourceParameters struktura do porównania.

b
HwndSourceParameters

Druga HwndSourceParameters struktura do porównania.

Zwraca

true jeżeli struktury nie są równe; w przeciwnym razie , false.

Uwagi

Ta implementacja wywołuje metodę Equals i odwraca wynik.

Dotyczy