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

Syntax

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

Return Value

Type: Int32

Implements

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

See Also