System.Text.StringBuilder.Equals Method

Returns a value indicating whether this instance is equal to a specified object.

Syntax

public bool Equals (StringBuilder sb)

Parameters

sb
An object to compare with this instance, or null.

Returns

true if this instance and sb have equal string, StringBuilder.Capacity, and StringBuilder.MaxCapacity values; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0