hasSameId method

bool hasSameId(
  1. Identifiable<I> other
)

Implementation

bool hasSameId(Identifiable<I> other) => id == other.id;