PropertyFilterAttribute::Equals Method (Object^)
.NET Framework (current version)
Returns a value that indicates whether the current PropertyFilterAttribute .NET Framework attribute is equal to a specified object.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- value
-
Type:
System::Object^
The object to compare to this PropertyFilterAttribute.
Return Value
Type: System::Booleantrue 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
Available since 3.0
Show: