PropertyFilterAttribute::Equals Method (Object^)

 

Returns a value that indicates whether the current PropertyFilterAttribute .NET Framework attribute is equal to a specified object.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

public:
virtual bool Equals(
	Object^ value
) override

Parameters

value
Type: System::Object^

The object to compare to this PropertyFilterAttribute.

Return Value

Type: System::Boolean

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

This implementation compares the PropertyFilterOptions values on each PropertyFilterAttribute for value equality. If the PropertyFilterOptions are the same, then the two PropertyFilterAttribute instances are equal.

.NET Framework
Available since 3.0
Return to top
Show: