StringBuilder::Equals Method (StringBuilder)
Silverlight
Returns a value indicating whether this instance is equal to a specified object.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Parameters
- sb
- Type: System.Text::StringBuilder
An object to compare with this instance or nullptr.
Return Value
Type: System::Booleantrue if this instance and sb have equal string, maximum capacity, and Capacity values; otherwise, false.
The following code uses the Equals method to check whether two StringBuilder objects are equal. The method is called repeatedly after small changes are made to each object, and the results are displayed to the console.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: