if (getDestination() == null) {
            if (other.getDestination() != null) {
                return false;
            }
        } else if (!getDestination().equals(other.getDestination())) {