Package org.omegat.filters2.master
Class FiltersUtil
java.lang.Object
org.omegat.filters2.master.FiltersUtil
Utilities for
Filters and associated objects-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanfiltersEqual(Filters o1, Filters o2) An implementation ofObject.equals(Object)forFiltersobjects, which are generated by JAXB and thus don't have this method and shouldn't be manually modified.
-
Method Details
-
filtersEqual
An implementation ofObject.equals(Object)forFiltersobjects, 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.).- Returns:
-