XamlMember.Equality(XamlMember, XamlMember) 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 two specified XamlMember objects have the same value.
public:
static bool operator ==(System::Xaml::XamlMember ^ xamlMember1, System::Xaml::XamlMember ^ xamlMember2);
public static bool operator == (System.Xaml.XamlMember xamlMember1, System.Xaml.XamlMember xamlMember2);
static member ( = ) : System.Xaml.XamlMember * System.Xaml.XamlMember -> bool
Public Shared Operator == (xamlMember1 As XamlMember, xamlMember2 As XamlMember) As Boolean
Parameters
- xamlMember1
- XamlMember
A XamlMember or null
.
- xamlMember2
- XamlMember
A XamlMember or null
.
Returns
true
if the value of xamlMember1
is the same as the value of xamlMember2
; otherwise, false
.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.