Method CompareTo
CompareTo(object)
Compares this ColorEntry to another object.
Declaration
public int CompareTo(object other)
Parameters
| Type | Name | Description |
|---|---|---|
| object | other | The other object to compare to. |
Returns
| Type | Description |
|---|---|
| int | 1 if the other object is not a ColorEntry, otherwise the result of comparing the position of the two ColorEntries. |