AttachedPropertyBrowsableForChildrenAttribute::Equals Method (Object^)

 

Determines whether the current AttachedPropertyBrowsableForChildrenAttribute .NET Framework attribute is equal to a specified object.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Return Value

Type: System::Boolean

true if the specified AttachedPropertyBrowsableForChildrenAttribute is equal to the current AttachedPropertyBrowsableForChildrenAttribute; otherwise, false.

This implementation supports value equality of the one possible settable value exposed by this .NET Framework attribute, IncludeDescendants.

.NET Framework
Available since 3.0
Return to top
Show: