We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858a909 commit e539ac7Copy full SHA for e539ac7
docs/cppcx/platform-string-class.md
@@ -301,7 +301,7 @@ int len = str->Length(); //len = 5
301
302
303
## <a name="operator-plus"></a> String::operator+ Operator
304
-Indicates whether two specifed [String](../cppcx/platform-string-class.md) objects have the same value.
+Concatenates two [String](../cppcx/platform-string-class.md) objects into a new [String](../cppcx/platform-string-class.md) object.
305
306
### Syntax
307
0 commit comments