public static class ComparerPublic NotInheritable Class Comparer[<AbstractClassAttribute>]
[<SealedAttribute>]
type Comparer = class end| Compare(Object, Object) | compare two objects, while gracefully handle null in either one of them |
| Compare(Object, Object, Boolean) | compare two objects, while gracefully handle null in either one of them |
| Equal |