Searched refs:otherHints (Results 1 – 1 of 1) sorted by relevance
142 StatusHints otherHints = (StatusHints) other; in equals() local143 return Objects.equals(otherHints.getLabel(), getLabel()) && in equals()144 Objects.equals(otherHints.getIcon(), getIcon()) && in equals()145 Objects.equals(otherHints.getExtras(), getExtras()); in equals()