Interface ITerminalTextHandler
An abstraction of a terminal text handler.
public interface ITerminalTextHandler
Properties
Comparison
Gets the StringComparison value to compare the two strings.
StringComparison Comparison { get; }
Property Value
Encoding
Gets the text Encoding.
Encoding Encoding { get; }
Property Value
Methods
EqualityComparer()
Returns the equality comparer.
IEqualityComparer<string> EqualityComparer()
Returns
TextEquals(string?, string?)
Determines whether the two texts are equal using Comparison.
bool TextEquals(string? s1, string? s2)
Parameters
Returns
- bool
true
if the texts are equal,false
otherwise.
TextLength(string?)
Returns the text length.
int TextLength(string? s1)
Parameters
s1
string