Searched refs:otherMatchRange (Results 1 – 1 of 1) sorted by relevance
533 MatchRange otherMatchRange = (MatchRange) other; in equals() local534 return this.getStart() == otherMatchRange.getStart() in equals()535 && this.getEnd() == otherMatchRange.getEnd(); in equals()