public final class FiltersUtil
extends java.lang.Object
Filters
and associated objectsModifier and Type | Method and Description |
---|---|
static boolean |
filtersEqual(Filters o1,
Filters o2)
An implementation of
Object.equals(Object) for Filters objects, which are generated by
JAXB and thus don't have this method and shouldn't be manually modified. |
public static boolean filtersEqual(Filters o1, Filters o2)
Object.equals(Object)
for Filters
objects, which are generated by
JAXB and thus don't have this method and shouldn't be manually modified. (It is apparently possible to
have this generated, but I didn't look too hard into it.).