|
Fingerprint_Card
|
Class used to sort updates. More...


Public Member Functions | |
| int | Compare (object x, object y) |
| Compares two objects and returns a value indicating whether one is less than, equal to or greater than the other. | |
Class used to sort updates.
| int ICSharpCode.SharpZipLib.Zip.ZipFile.UpdateComparer.Compare | ( | object | x, |
| object | y ) |
Compares two objects and returns a value indicating whether one is less than, equal to or greater than the other.
| x | First object to compare |
| y | Second object to compare. |