How Can I Solve This "Compare List" Module Problem ?

Support
  • I have two lists and these two lists contain the same data, but their order is different. When I use this module, I always get the "false" result because the order is different. But when the rankings are the same, I get the result "true".

    In the module "even if they are situated in different order." but if the order is different, it gives a "false" result. Can anyone help with this?

    Example:

    List1:
    A
    B
    C

    List2:
    B

    When I compare these lists. Its gave me "false".