| 258 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
| 259 | |
| 260 | inline bool Foam::cellInfo::operator==(const Foam::cellInfo& rhs) const |
| 261 | { |
| 262 | return type() == rhs.type(); |
| 263 | } |
| 264 | |
| 265 | |
| 266 | inline bool Foam::cellInfo::operator!=(const Foam::cellInfo& rhs) const |