For IntelliJ IDEA and
Android Studio


@Override public boolean equals( Object o ) { if ( this == o ) { return true; } if ( o == null || getClass() != o.getClass() ) { return false; } SchemaIndexProvider other = (SchemaIndexProvider) o; return priority == other.priority && providerDescriptor.equals( other.providerDescriptor ); }
@Override public boolean equals( Object o ) { if ( this == o ) { return true; } if ( o == null || getClass() != o.getClass() ) { return false; } SchemaIndexProvider other = (SchemaIndexProvider) o; return priority == other.priority && providerDescriptor.equals( other.providerDescriptor ); }