compareIdentity method
Returns true, if the other reference has the same id.
Implementation
bool compareIdentity(IdReference other) => refenaId == other.refenaId;
Returns true, if the other reference has the same id.
bool compareIdentity(IdReference other) => refenaId == other.refenaId;