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
Returns | Name |
---|
int | Compare (string x, string y) |
Details
Inheritance
Constructors
CompareSrt
public CompareSrt()
Methods
Compare
Source code
public virtual int Compare(string x, string y)
Arguments
Type | Name | Description |
---|
string | x | |
string | y | |
Generated with ModularDoc