public class EqualityHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isEqual(java.lang.Object value1,
java.lang.Object value2,
short value1Type,
short value2Type,
org.apache.xerces.xs.ShortList typeList1,
org.apache.xerces.xs.ShortList typeList2,
short schemaVersion)
Compare 2 actual values
|
static boolean |
isEqual(ValidatedInfo value1,
ValidatedInfo value2,
short schemaVersion) |
public static boolean isEqual(java.lang.Object value1, java.lang.Object value2, short value1Type, short value2Type, org.apache.xerces.xs.ShortList typeList1, org.apache.xerces.xs.ShortList typeList2, short schemaVersion)
public static boolean isEqual(ValidatedInfo value1, ValidatedInfo value2, short schemaVersion)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.