| 302 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
| 303 | |
| 304 | inline bool Foam::externalPointEdgePoint::operator== |
| 305 | ( |
| 306 | const Foam::externalPointEdgePoint& rhs |
| 307 | ) |
| 308 | const |
| 309 | { |
| 310 | return (origin() == rhs.origin()) && (distSqr() == rhs.distSqr()); |
| 311 | } |
| 312 | |
| 313 | |
| 314 | inline bool Foam::externalPointEdgePoint::operator!= |