Table of Contents

Method Matches

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Matches(MetadataCollection)

Evaluates this filter against a metadata collection.

public override bool Matches(MetadataCollection metadata)

Parameters

metadata MetadataCollection

The metadata to test. null is treated as an empty collection: comparisons do not match, and exists(false) matches.

Returns

bool

true when the metadata satisfies the filter; otherwise false.

Share