isSame method

bool isSame(
  1. Container other
)

Returns true if other has the same containerid as this container. We use the shorter 12 character version of the id.

Implementation

bool isSame(Container other) => containerid == other.containerid;