Represents a data match that forwards to an inner match if the filter is null or undefined.
The type of data being matched.
The type of filter performing the match.
Initializes a new instance of this object.
The inner match object which does not support null or undefined filters.
Gets whether the given data matches the given filter.
The data to check.
The filter to match against.
True if filter is null or undefined. Otherwise, the result from the inner match with data and filter is returned.
Represents a data match that forwards to an inner match if the filter is null or undefined.