Searched refs:otherDF (Results 1 – 1 of 1) sorted by relevance
422 auto* otherDF = dynamic_cast<const DecimalFormat*>(&other); in operator ==() local423 if (otherDF == nullptr) { in operator ==()426 …return *fields->properties == *otherDF->fields->properties && *fields->symbols == *otherDF->fields… in operator ==()