match method

bool match (dynamic locator)
  • Matches locator to this reference locator.
    • Descriptors are matched using equal method.
    • All other locator types are matched using direct comparison.
      • locator the locator to match.
    • @return true if locators are matching and false it they don't.
    • See Descriptor