TextFormatEquals(TextFormat) Method
Determine 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 bool Equals(
TextFormat other
)
Public Function Equals (
other As TextFormat
) As Boolean
Dim instance As TextFormat
Dim other As TextFormat
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public:
virtual bool Equals(
TextFormat other
) sealed
- other TextFormat
- The TextFormat instance to compare to.
Boolean if the instances are equal; otherwise,
.
IEquatableTEquals(T)