HwndSourceParameters.Equality Operator

Definition

Avgör om en HwndSourceParameters struktur är lika med en annan HwndSourceParameters struktur.

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

Parametrar

a
HwndSourceParameters

Den första HwndSourceParameters strukturen att jämföra.

b
HwndSourceParameters

Den andra HwndSourceParameters strukturen att jämföra.

Returer

trueom strukturerna är lika; annars . false

Kommentarer

Den här implementeringen anropar Equals metoden.

Gäller för