Package org.omegat.filters2.master
Class FiltersUtil
- java.lang.Object
-
- org.omegat.filters2.master.FiltersUtil
-
public final class FiltersUtil extends java.lang.ObjectUtilities forFiltersand associated objects
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
filtersEqual
public static boolean filtersEqual(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. (It is apparently possible to have this generated, but I didn't look too hard into it.).- Returns:
-
-