Method Matches
Matches(MetadataCollection)
Evaluates this filter against a metadata collection.
public abstract bool Matches(MetadataCollection metadata)
Parameters
metadataMetadataCollectionThe metadata to test.
nullis treated as an empty collection: comparisons do not match, andexists(false)matches.
Returns
- bool
truewhen the metadata satisfies the filter; otherwisefalse.