Method Equals
Equals(object?)
Determines whether the specified RangeList
is equal to the current RangeList
.
public override bool Equals(object? obj)
Parameters
obj
objectThe
RangeList
to compare with the currentRangeList
.
Returns
- bool
True if the specified
RangeList
is equal to the currentRangeList
; otherwise, false.