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
Parameters
- l
- Type: PdfEdit.PdfPdfName
The first object to compare. - r
- Type: PdfEdit.PdfPdfName
The second object to compare.
Return Value
Type: Int32Implements
IComparerTCompare(T, T)See Also