Click or drag to resize

OidShortCompare Method

Compares by Id

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static int Compare(
	OidShort aId,
	OidShort bId
)

Parameters

aId
Type: VelocityDbOidShort
First object
bId
Type: VelocityDbOidShort
Second object

Return Value

Type: Int32
Comparison value, -1 for less, 0 for equal and 1 for greater than
See Also