areEqual abstract method

bool areEqual(
  1. dynamic a,
  2. dynamic b
)

Determines whether two records have the same state. See areIdentical for a check that two records represent the same resource.

Implementation

bool areEqual(a, b);