compareIdentity method

bool compareIdentity(
  1. IdReference other
)

Returns true, if the other reference has the same id.

Implementation

bool compareIdentity(IdReference other) => refenaId == other.refenaId;