Class PdfName.PdfXNameComparer
Implements a comparer that compares PdfName objects.
public class PdfName.PdfXNameComparer : IComparer<PdfName>
- Inheritance
-
PdfName.PdfXNameComparer
- Implements
- Inherited Members
Constructors
PdfXNameComparer()
public PdfXNameComparer()
Methods
Compare(PdfName?, PdfName?)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
public int Compare(PdfName? l, PdfName? r)