HwndSourceParameters.Inequality Operátor

Definice

Určuje, zda se HwndSourceParameters struktura nerovná jiné HwndSourceParameters struktuře.

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

První HwndSourceParameters struktura, která se má porovnat.

b
HwndSourceParameters

Druhá HwndSourceParameters struktura, která se má porovnat.

Návraty

truenejsou-li struktury stejné; v opačném případě . false

Poznámky

Tato implementace volá metodu Equals a invertuje výsledek.

Platí pro