equals(anotherSpan)
Returns a Boolean value that indicates whether two spans are equal.
Declaration
equals(anotherSpan: CoordinateSpan): boolean;Parameters
- anotherSpan:
The span to compare.
Return Value
true if the span specified by anotherSpan equals this span; otherwise, false.