XamlMember::Equals Method (XamlMember^)

.NET Framework (current version)
 

Indicates whether the current object is equal to another object of the same type.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
virtual bool Equals(
	XamlMember^ other
) sealed

Parameters

other
Type: System.Xaml::XamlMember^

An object to compare with this object.

Return Value

Type: System::Boolean

true if the current object is equal to the other parameter; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: