GenApiVersionCompareTo Method

CVB.Net Documentation
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

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

public int CompareTo(
	GenApiVersion other
)

Parameters

other
Type: Stemmer.Cvb.GenApiGenApiVersion
Object to compare to this one.

Return Value

Type: Int32
Less than zero if this object precedes the other; Equal to zero of both are equal; Greater than zero if this object follows the other one.

Implements

IComparableTCompareTo(T)
See Also

Reference