Searched refs:otherRule (Results 1 – 1 of 1) sorted by relevance
513 public boolean equals(Object otherRule) { in equals() argument514 if (otherRule == this) { in equals()517 if (otherRule instanceof ZoneOffsetTransitionRule) { in equals()518 ZoneOffsetTransitionRule other = (ZoneOffsetTransitionRule) otherRule; in equals()