XamlMember::Equality Operator (XamlMember^, XamlMember^)
.NET Framework (current version)
Determines whether two specified XamlMember objects have the same value.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- xamlMember1
-
Type:
System.Xaml::XamlMember^
A XamlMember or null.
- xamlMember2
-
Type:
System.Xaml::XamlMember^
A XamlMember or null.
Return Value
Type: System::Booleantrue if the value of xamlMember1 is the same as the value of xamlMember2; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: