| 199 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
| 200 | |
| 201 | inline bool Foam::topoDistanceData::operator== |
| 202 | ( |
| 203 | const Foam::topoDistanceData& rhs |
| 204 | ) const |
| 205 | { |
| 206 | return data() == rhs.data() && distance() == rhs.distance(); |
| 207 | } |
| 208 | |
| 209 | |
| 210 | inline bool Foam::topoDistanceData::operator!= |