TextFormatEquality Operator
            Determines whether this instance and another 
TextFormat instance have the
            same value.
            
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public static bool operator ==(
	TextFormat left,
	TextFormat right
)
Public Shared Operator = ( 
	left As TextFormat,
	right As TextFormat
) As Boolean
Dim left As TextFormat
Dim right As TextFormat
Dim returnValue As Boolean
returnValue = (left = right)
public:
static bool operator ==(
	TextFormat left, 
	TextFormat right
)
- left  TextFormat
 - The first TextFormat value.
 - right  TextFormat
 - The second TextFormat value.
 
Boolean if the instances are equal; otherwise, 
.