T - The Configuration type that will be parsed.public interface ConfigurationComparator<T extends Configuration>
Configuration objects for equality. This
interface is intentionally separate from Object.equals(Object) in order to have very
explicit requirements around equality checks when they're needed.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(T first,
T second)
Returns whether the provided configuration objects are equal.
|