UsTimeSpanCompareTo Method (UsTimeSpan)

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(
	UsTimeSpan other
)

Parameters

other
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
An object to compare.

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.

Implements

IComparableTCompareTo(T)
See Also

Reference