Skip to main content
Skip table of contents

CompareSrt

CompareSrt Internal class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.PdfNameTree
  iTextSharp.text.pdf.PdfNameTree.CompareSrt[[CompareSrt]]
  end
  subgraph System.Collections.Generic
System.Collections.Generic.IComparer_1[[IComparer]]
  end
System.Collections.Generic.IComparer_1 --> iTextSharp.text.pdf.PdfNameTree.CompareSrt

Members

Methods

Public methods
ReturnsName
intCompare(string x, string y)

Details

Inheritance

  • IComparer<string>

Constructors

CompareSrt
public CompareSrt()

Methods

Compare

Source code

public virtual int Compare(string x, string y)
Arguments
TypeNameDescription
stringx
stringy

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.