[Missing <summary> documentation for "M:BaseLib.Commands.CommandBase.CompareTo(BaseLib.Commands.CommandBase)"]

Namespace: BaseLib.Commands
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public int CompareTo(
	CommandBase x
)

Parameters

x
Type: BaseLib.Commands..::..CommandBase

[Missing <param name="x"/> documentation for "M:BaseLib.Commands.CommandBase.CompareTo(BaseLib.Commands.CommandBase)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Commands.CommandBase.CompareTo(BaseLib.Commands.CommandBase)"]

Implements

IComparable<(Of <(<'T>)>)>..::..CompareTo(T)

See Also