UsTimeSpanCompareTo Method (Object)

CVB.Net Documentation
Compares this instance to a specified object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the specified object.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
An object to compare, or null.

Return Value

Type: Int32
Value Condition -1 This instance is shorter than value. 0 This instance is equal to value. 1 This instance is longer than value.-or- value is null.

Implements

IComparableCompareTo(Object)
See Also

Reference