RangeCollectionContains Method (RangeCollection) |
Tells if this RangeCollection is a superset of another. An an equal RangeCollection is a superset.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Contains(
RangeCollection rangeCollection
)
Public Function Contains (
rangeCollection As RangeCollection
) As Boolean
public:
bool Contains(
RangeCollection^ rangeCollection
)
member Contains :
rangeCollection : RangeCollection -> bool
Parameters
- rangeCollection
- Type: Bio.UtilRangeCollection
The RangeCollection that may be the subset
Return Value
Type:
Booleantrue, if this RangeCollection is a superset; otherwise, false
See Also