exactMatch method

bool exactMatch (Descriptor descriptor)
  • Matches this descriptor to another descriptor by all fields.
    • No exceptions are made.
      • descriptor the descriptor to match this one against.
    • Returns true if descriptors match and false otherwise.
    • See match