Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public int CompareTo(
	string other
)
Visual Basic
Public Function CompareTo ( 
	other As String
) As Integer

Parameters

other
Type: System..::..String

Return Value

Type: Int32

Implements

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

See Also