DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.2.0" />

 StringBuilderConsumer

Represents implementation of IReadOnlySpanConsumer<T> in the form of the writer to StringBuilder.
public bool IsEmpty { get; }

Gets a value indicating that the underlying builder is null.

Wraps the builder.

Determines whether the two objects contain references to the same builder instance.

Wraps the builder.

Determines whether the two objects contain references to the different builder instances.

public bool Equals(StringBuilderConsumer other)

Determines whether this object contains the same builder instance as the specified object.