Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Text/StringBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5267,8 +5267,8 @@ The `Equals` method performs an ordinal comparison to determine whether the char
<param name="sb">An object to compare with this instance, or <see langword="null" />.</param>
<summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
<returns>
<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" />.</returns>
<remarks>
<see langword="true" /> if the characters in this instance and <paramref name="sb" /> are equal; otherwise, <see langword="false" />.
</returns>
<format type="text/markdown"><![CDATA[

## Remarks
Expand Down
Loading