Searched refs:other_point (Results 1 – 3 of 3) sorted by relevance
527 auto other_point = other.AsDependencePoint(); in operator ==() local529 return *this_point->GetSource() == *other_point->GetSource() && in operator ==()530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()