RangeCollectionEquals Method (RangeCollection) |
Tests equality between two range collections
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Equals(
RangeCollection rangeCollection
)
Public Function Equals (
rangeCollection As RangeCollection
) As Boolean
public:
bool Equals(
RangeCollection^ rangeCollection
)
member Equals :
rangeCollection : RangeCollection -> bool
Parameters
- rangeCollection
- Type: Bio.UtilRangeCollection
The range collection we're testing against
Return Value
Type:
BooleanTrue if and only if the ranges are identical
See Also