Represents a data match object that applies a filter.
This implementation of a data match will search against fields on the given target object where the filter subject matches a property on said object.
The type of data being filtered.
Gets whether the given data matches the given filter.
The data to check.
The filter to match against.
True if the data matches the filter.
Represents a data match object that applies a filter.
This implementation of a data match will search against fields on the given target object where the filter subject matches a property on said object.