PropertyFilterAttribute::Match Method (Object^)
.NET Framework (current version)
Returns a value that indicates whether the property filter options of the current PropertyFilterAttribute .NET Framework attribute match the property filter options of the provided object.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- value
-
Type:
System::Object^
The object to compare. This object is expected to be a PropertyFilterAttribute.
For attributes that store flags, which is true for PropertyFilterAttribute, a Match result may be different from an Equals result. For example, a filter of SetValues matches a filter of All, because All is a merge of all filter values.
.NET Framework
Available since 3.0
Available since 3.0
Show: