Interface Operator.StringComparator

    • Method Detail

      • equals

        boolean equals​(String caption,
                       String match)
        Imlementation must return true if strings are equal.
        Parameters:
        caption - a text to compare with pattern.
        match - a pattern
        Returns:
        true if text and pattern matches.