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