Interface EqualityMatchingRule

    • Method Detail

      • areEqual

        boolean areEqual​(ByteString normValue1,
                         ByteString normValue2)
        Indicates whether the provided values are logically equal to each other.
        Parameters:
        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.
        Returns:
        true if the values are considered logically equal to each other, or false if not.