Compares two OidShort objects by id
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public int CompareTo(
OidShort obj
)
Public Function CompareTo (
obj As OidShort
) As Integer
public:
virtual int CompareTo(
OidShort obj
) sealed
abstract CompareTo :
obj : OidShort -> int
override CompareTo :
obj : OidShort -> int
Parameters
- obj
- Type: VelocityDbOidShort
The object to compare with
Return Value
Type:
Int32a negative number if less, 0 if equal or else a positive number
Implements
IComparableTCompareTo(T)See Also