Sdílet prostřednictvím


HwndSourceParameters.Equality Operátor

Definice

Určuje, zda HwndSourceParameters je struktura rovna 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 ( = ) : 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

Boolean

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

Poznámky

Tato implementace volá metodu Equals .

Platí pro