XamlMember::Equals Method (XamlMember^)
.NET Framework (current version)
Indicates whether the current object is equal to another object of the same type.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- other
-
Type:
System.Xaml::XamlMember^
An object to compare with this object.
Return Value
Type: System::Booleantrue if the current object is equal to the other parameter; otherwise, false.
Implements
IEquatable<T>::Equals(T)
.NET Framework
Available since 4.0
Available since 4.0
Show: