Skip to content

Commit aa20209

Browse files
authored
Update xml/System.Text/StringBuilder.xml
1 parent 17d5e38 commit aa20209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System.Text/StringBuilder.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5270,6 +5270,7 @@ The `Equals` method performs an ordinal comparison to determine whether the char
52705270
<para>On .NET (Core), <see langword="true" /> if the characters in this instance and <paramref name="sb" /> are equal; otherwise, <see langword="false" />.</para>
52715271
<para>On .NET Framework, <see langword="true" /> if this instance and <paramref name="sb" /> have equal string, <see cref="P:System.Text.StringBuilder.Capacity" />, and <see cref="P:System.Text.StringBuilder.MaxCapacity" /> values; otherwise, <see langword="false" />.</para>
52725272
</returns>
5273+
<remarks>
52735274
<format type="text/markdown"><![CDATA[
52745275

52755276
## Remarks

0 commit comments

Comments
 (0)