equals method

bool equals(
  1. DurableObjectId other
)

Implementation

bool equals(DurableObjectId other) =>
    js_util.callMethod(this, 'equals', [other]);