Interface ValueMatcher<T>

    • Method Detail

      • equal

        boolean equal​(T o1,
                      T o2)
        Compares the two provided objects whether they are equal.
        Parameters:
        o1 - the first object to check
        o2 - the object to check the first against
        Returns:
        true if the objects are equal, false otherwise