Searched refs:thatCell (Results 1 – 1 of 1) sorted by relevance
434 S2Cell thatCell = (S2Cell) that; in equals() local435 return this.face == thatCell.face && this.level == thatCell.level in equals()436 && this.orientation == thatCell.orientation && this.cellId.equals(thatCell.cellId); in equals()