Interface Operator.StringComparator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.String caption, java.lang.String match)
      Imlementation must return true if strings are equal.
    • Method Detail

      • equals

        boolean equals​(java.lang.String caption,
                       java.lang.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.