RangeCollectionEquals Method (Object) |
True if and only if two RangeCollections have exactly the same elements.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to compare to
Return Value
Type:
Booleantrue, if there the RangeCollections have the same elements; false, otherwise
See Also