(file) Return to String.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/String.h between version 1.46 and 1.47

version 1.46, 2002/04/22 09:57:40 version 1.47, 2002/04/29 15:12:44
Line 417 
Line 417 
     /// Return true if the two strings are equal.     /// Return true if the two strings are equal.
     static Boolean equal(const char* x, const String& y);     static Boolean equal(const char* x, const String& y);
  
       /** equalNoCase - Compares two strings and returuns true if they
           are equal indpedent of case of the characters.
           @param x First String parameter
           @param y Second String parameter
           @return true if strings are equal independent of case.
       */
     static Boolean equalNoCase(const String& x, const String& y);     static Boolean equalNoCase(const String& x, const String& y);
  
     /// Convert the plain old C-string to lower case:     /// Convert the plain old C-string to lower case:


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2