CustomTypeComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CustomTypeComparer is responsible for holding custom comparers for different types, which are in turn used to perform comparison operations instead of the default IComparable comparison. with a custom comparer
public ref class CustomTypeComparer abstract sealed
public ref class CustomTypeComparer abstract sealed
class CustomTypeComparer abstract sealed
public static class CustomTypeComparer
type CustomTypeComparer = class
Public Class CustomTypeComparer
- Inheritance
-
CustomTypeComparer
Methods
Compare<T>(T, T) |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. |