isVersion method

bool isVersion(
  1. FhirVersion version
)

Implementation

bool isVersion(FhirVersion version) => this[versionKey] == version;