[]
Compares this instance to a specified object and returns an indication of their relative values.
public int CompareTo(TableElementStyle other)
Public Function CompareTo(other As TableElementStyle) As Integer
Type | Name | Description |
---|---|---|
TableElementStyle | other | An object to compare, or null. |
Type | Description |
---|---|
int | A signed number indicating the relative values of this instance and target. Return value Description Less than zero The value of this instance is less than the value of target. Zero The value of this instance is equal to the value of target. Greater than zero The value of this instance is greater than the value of target.-or- target is null. |