90b96cdf f1e4 c866 2e0a 845b696bb3b9 - akesseler/Plexdata.CsvParser GitHub Wiki
Helper class that performs the actual string comparison.
System.Object
Plexdata.CsvParser.Extensions.CsvContainerExtension.ContainerSortComparer
Namespace: Plexdata.CsvParser.Extensions
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
private class ContainerSortComparer : IComparer<IList<string>>
The CsvContainerExtension.ContainerSortComparer type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CsvContainerExtension.ContainerSortComparer | The class constructor. |
Name | Description | |
---|---|---|
![]() |
Compare | Compares two items according to current settings. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() |
column | The column affected by sorting. |
![]() |
compare | The string comparison method. |
![]() |
order | The column sort order. |
This helper class performs the actual string comparison according to its current settings.