Table of Contents

Class PdfName.PdfXNameComparer

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

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)

Parameters

l PdfName

The first object to compare.

r PdfName

The second object to compare.

Returns

int