13581359136013611362136313641365136613671368
return false; } if (!(obj instanceof EntryId)) { return false; } EntryId other = (EntryId) obj; if (item == null) { if (other.item != null) { return false; } } else if (!item.equals(other.item)) {