Compares this Font with another

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual int CompareTo(
	Object obj
)
Visual Basic
Public Overridable Function CompareTo ( _
	obj As Object _
) As Integer
Visual C++
public:
virtual int CompareTo(
	Object^ obj
)

Parameters

obj
Type: System..::..Object
the other Font

Return Value

a value

Implements

IComparable..::..CompareTo(Object)

See Also