notEquals method

bool notEquals(
  1. String n,
  2. String p
)

Checks if this Record has a INVALID fingerprint

Implementation

bool notEquals(String n, String p) => this.notEqualsName(n) && this.notEqualsPrefix(p);