OCC22544 Fixed IsEqual from Standard
[occt.git] / src / Standard / Standard_CString.hxx
index a1caadf..1108fd7 100755 (executable)
@@ -33,8 +33,6 @@ inline  Standard_Integer Abs (const Standard_Integer);
 inline Standard_CString ShallowCopy (const Standard_CString Value);
 inline Standard_Boolean IsSimilar(const Standard_CString One
                                 ,const Standard_CString Two);
-inline Standard_Boolean IsEqual(const Standard_CString One
-                              ,const Standard_CString Two);
 __Standard_API Standard_Integer HashCode (const Standard_CString,
                            const Standard_Integer);
 inline Standard_Integer HashCode (const Standard_CString,
@@ -80,15 +78,6 @@ inline Standard_Boolean IsSimilar(const Standard_CString One
   return (strcmp(One,Two) == 0);
 }
 
-//============================================================================
-// IsEqual : Returns Standard_True if two CString have the same value
-//============================================================================
-inline Standard_Boolean IsEqual(const Standard_CString One
-                              ,const Standard_CString Two)
-{ 
-  return (One == Two);
-}
-
 //============================================================================
 //==== HashCode of CString. Returns the HashCode itself and
 //====                              the HashCode % Upper