match method

bool match (Descriptor descriptor)
  • Partially matches this descriptor to another descriptor.
    • Fields that contain "*" or null are excluded from the match.
      • descriptor the descriptor to match this one against.
    • Returns true if descriptors match and false otherwise
    • See exactMatch