Searched refs:otherSchema (Results 1 – 1 of 1) sorted by relevance
146 AppSearchSchema otherSchema = (AppSearchSchema) other; in equals() local147 if (!getSchemaType().equals(otherSchema.getSchemaType())) { in equals()150 return getProperties().equals(otherSchema.getProperties()); in equals()