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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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,
.