bool Foam::surfacePatch::operator==(const surfacePatch& p) const { return ( (geometricType() == p.geometricType()) && (size() == p.size()) && (start() == p.start()) ); }
bool Foam::surfZone::operator==(const surfZone& rhs) const { return ( size() == rhs.size() && start() == rhs.start() && geometricType() == rhs.geometricType() ); }