GenApiVersion Methods

CVB.Net Documentation

The GenApiVersion type exposes the following members.

Methods

  NameDescription
Public methodCompareTo
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.
Public methodEquals(Object)
Checks whether the given obj is a GenApiVersion with the same version number.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(GenApiVersion)
Checks whether the given other is a GenApiVersion with the same version number.
Public methodGetHashCode
Gets the hash code for this GenApiVersion.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets the string representation of this version.
(Overrides ValueTypeToString.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
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.
Top
See Also

Reference