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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.