Searched refs:otherKey (Results 1 – 1 of 1) sorted by relevance
50 const SimpleJobKey* otherKey = dynamic_cast<const SimpleJobKey*>(&other); in operator ==() local51 return otherKey != NULL && object == otherKey->object in operator ==()52 && type == otherKey->type; in operator ==()