exactMatch method Null safety

bool exactMatch(
  1. 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