Bug #1321 ยป wstring-documentation-patch.diff
| src/Wt/WString | ||
|---|---|---|
|
/*! \brief Comparison operator
|
||
|
*
|
||
|
* Compares to strings and returns \c true if the strings are exactly
|
||
|
* Compares two strings and returns \c true if the strings are exactly
|
||
|
* the same. This may require evaluating a localized string in the
|
||
|
* current locale.
|
||
|
*/
|
||
| ... | ... | |
|
/*! \brief Comparison operator
|
||
|
*
|
||
|
* Compares to strings and returns \c true if the strings are exactly
|
||
|
* Compares two strings and returns \c true if the strings are not exactly
|
||
|
* the same. This may require evaluating a localized string in the
|
||
|
* current locale.
|
||
|
*/
|
||