'Declaration Public Function CompareTo( _ ByVal other As TableElementStyle _ ) As Integer
'Usage Dim instance As TableElementStyle Dim other As TableElementStyle Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( TableElementStyle other )
Parameters
- other
- An object to compare, or null.
Return Value
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.