#include <TopoDS_Shape.hxx>

Go to the source code of this file.
Functions | |
| Standard_Boolean | IsEqual (const TopoDS_Shape &S1, const TopoDS_Shape &S2) |
| Standard_Boolean IsEqual | ( | const TopoDS_Shape & | S1, |
| const TopoDS_Shape & | S2 | ||
| ) |
Definition at line 36 of file SMESHDS_DataMapOfShape.hxx.
{
return S1.IsSame(S2);
}