Function isSameSubject

  • Returns true if both didA and didB refer to the same DID subject, i.e., whether they have the same identifier as specified in the method spec.

    Returns

    Whether didA and didB refer to the same DID subject.

    Parameters

    • didA: DidUri

      A KILT DID uri as a string.

    • didB: DidUri

      A second KILT DID uri as a string.

    Returns boolean