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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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)