Returns true if this filter is a proper subset of sup - that is, for every feature that matches this, it also matches sup. The empty filter is a proper subset of all filters. All filters are a proper subset of the all filter. All filters are proper subsets of themselves.

Namespace:  BioSharp.Core.Bio.Seq
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public bool IsProperSubset(
	IFeatureFilter sup
)

Parameters

sup
Type: BioSharp.Core.Bio.Seq..::.IFeatureFilter
the potential super set

Return Value

true if sup contains all features contained by this filter

Implements

IOptimizableFilter..::.IsProperSubset(IFeatureFilter)

See Also