PdfNamePdfXNameComparerCompare Method Terminal Works - PDF Printing.Net Library
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public int Compare(
	PdfName l,
	PdfName r
)

Parameters

l
Type: PdfEdit.PdfPdfName
The first object to compare.
r
Type: PdfEdit.PdfPdfName
The second object to compare.

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also

Reference