Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Zip.ZipFile.UpdateComparer Class Reference

Class used to sort updates. More...

Inheritance diagram for ICSharpCode.SharpZipLib.Zip.ZipFile.UpdateComparer:
Collaboration diagram for ICSharpCode.SharpZipLib.Zip.ZipFile.UpdateComparer:

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.

Detailed Description

Class used to sort updates.

Member Function Documentation

◆ Compare()

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.

Parameters
xFirst object to compare
ySecond object to compare.
Returns
Compare result.

The documentation for this class was generated from the following file: