Interface LenientEquals<T>

    • Method Detail

      • lenientEquals

        boolean lenientEquals​(T other)
        Leniently tests if the objects are the same. Implementors should declare what this means in practice.
        Parameters:
        other - To compare against
        Returns:
        true if...