In file ../../src/Pegasus/Common/String.h:

PEGASUS_COMMON_LINKAGE Boolean operator==

( const String& str1,
  const String& str2)

String operator == tests for equality between two strings of any of the types String or char*.

Documentation

String operator == tests for equality between two strings of any of the types String or char*.
Parameters:
str1 - REVIEWERS: Insert description here.
str2 - REVIEWERS: Insert description here.
Returns:
true If the strings are equal; otherwise, false.

Alphabetic index HTML hierarchy of classes or Java