IComparer - abstract interface that contains method for comparing two objects.
The Compare method is used to compare various types of data. Various comparison algorithms are implemented for various types of data in the kernel. Depending on the data type, use an appropriate static property to get a comparison object of the required type.
The Compare method can also be redetermined in the application class to compare values by user algorithm.
Method name | Brief description | |
Compare | The Compare method compares X and Y. |
See also: