PropertyFilterAttribute.Match(Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
override bool Match(System::Object ^ value);
public override bool Match(object value);
override this.Match : obj -> bool
Public Overrides Function Match (value As Object) As Boolean
- value
- Object
The object to compare. This object is expected to be a PropertyFilterAttribute.
true
if a match exists; otherwise, false
.
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.
Produkt | Versioner |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: