Click or drag to resize

OidShortCompareTo Method

Compares two OidShort objects by id

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public int CompareTo(
	OidShort obj
)

Parameters

obj
Type: VelocityDbOidShort
The object to compare with

Return Value

Type: Int32
a negative number if less, 0 if equal or else a positive number

Implements

IComparableTCompareTo(T)
See Also