Skip to content

subsetOf

Category: Collection

Returns true if this collection is a subset of the other collection

  • Return type: boolean
  • Parameters:
    • other collection — Collection to compare against
(1 | 2).subsetOf(1 | 2 | 3)
Patient.name.given.subsetOf(Patient.name.family)