All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.link_intersystems.util.Equality Maven / Gradle / Ivy

Go to download

There is a newer version: 1.9.7
Show newest version
package com.link_intersystems.util;

/**
 * @author - René Link {@literal }
 */
public interface Equality {
    boolean isEqual(T o1, T o2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy