Check values for various is* when determining dups

Currently rules that include all the same is* are considered dups even
if they use different values.

e.g. the following two rules are considered dups:
user=_app isV2App=true isEphemeralApp=true domain=ephemeral_app type=app_data_file levelFrom=all
user=_app isV2App=true isEphemeralApp=false domain=ephemeral_app type=app_data_file levelFrom=all

Test: Builds, does not consider the above two rules dups.
Change-Id: I70538d88cb97f7cb611c2e89b9bb426cd94c713e
1 file changed