PDFReaderControls.NET Standard Class Reference

IGlyphComparer.Compare Method 

Compares two glyphs and returns a value indicating whether one is less than, equal to, or greater than the other.

int Compare(
   Glyph x,
   Glyph y
);

Parameters

x
The first glyph to compare.
y
The second glyph to compare.

Return Value

Value Condition: - Less than zero x is less than y. - Zero x equals y. - Greater than zero x is greater than y.

See Also

IGlyphComparer Interface | TallComponents.PDF.ReaderControls Namespace