equals method

bool equals(
  1. DurableObjectId other
)

Implementation

bool equals(DurableObjectId other) => _delegate.equals(other._delegate);