From 6d012573557278fe4d073e92919b8712120d0533 Mon Sep 17 00:00:00 2001
From: Mahmoud Feshar <104142801+mahfeshar@users.noreply.github.com>
Date: Sat, 31 Jan 2026 19:22:30 +0200
Subject: [PATCH] Update returns documentation for StringBuilder comparison
---
xml/System.Text/StringBuilder.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xml/System.Text/StringBuilder.xml b/xml/System.Text/StringBuilder.xml
index da1c9cfbab5..ca226958701 100644
--- a/xml/System.Text/StringBuilder.xml
+++ b/xml/System.Text/StringBuilder.xml
@@ -5267,8 +5267,8 @@ The `Equals` method performs an ordinal comparison to determine whether the char
An object to compare with this instance, or .
Returns a value indicating whether this instance is equal to a specified object.
- if this instance and have equal string, , and values; otherwise, .
-
+ if the characters in this instance and are equal; otherwise, .
+