Searched refs:otherRect (Results 1 – 1 of 1) sorted by relevance
555 S2LatLngRect otherRect = (S2LatLngRect) that; in equals() local556 return lat().equals(otherRect.lat()) && lng().equals(otherRect.lng()); in equals()