Home
last modified time | relevance | path

Searched refs:otherRect (Results 1 – 1 of 1) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2LatLngRect.java555 S2LatLngRect otherRect = (S2LatLngRect) that; in equals() local
556 return lat().equals(otherRect.lat()) && lng().equals(otherRect.lng()); in equals()