| 213 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
| 214 | |
| 215 | inline bool Foam::pointTopoDistanceData::operator== |
| 216 | ( |
| 217 | const Foam::pointTopoDistanceData& rhs |
| 218 | ) const |
| 219 | { |
| 220 | return data() == rhs.data() && distance() == rhs.distance(); |
| 221 | } |
| 222 | |
| 223 | |
| 224 | inline bool Foam::pointTopoDistanceData::operator!= |