@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface EqualityMatchingRule extends MatchingRule
Modifier and Type | Method and Description |
---|---|
boolean |
areEqual(com.unboundid.util.ByteString normValue1,
com.unboundid.util.ByteString normValue2)
Indicates whether the provided values are logically equal to each
other.
|
equals, getDescription, getName, getNameOrOID, getOID, getSyntaxOID, hashCode, hasNameOrOID, isObsolete, normalizeValue, normalizeValue, toString, valuesMatch
boolean areEqual(com.unboundid.util.ByteString normValue1, com.unboundid.util.ByteString normValue2)
normValue1
- The normalized form of the first value for which to
make the determination.normValue2
- The normalized form of the second value for which to
make the determination.true
if the values are considered logically equal to each
other, or false
if not.