Class Color.ColorNameComparer
Implements IComparer<T> interface. Compares two colors using string compare of their names.
public class Color.ColorNameComparer : IComparer<Color>
- Inheritance
-
Color.ColorNameComparer
- Implements
Methods
- Compare(Color?, Color?)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.