Interface ApproximateMatchingRule

    • Method Detail

      • approximatelyMatch

        boolean approximatelyMatch​(ByteString normValue1,
                                   ByteString normValue2)
        Indicates whether the provided values are approximately 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 approximately equal to each other, or false if not.