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
)
Public Shared Function Compare (
aId As OidShort,
bId As OidShort
) As Integer
public:
static int Compare(
OidShort aId,
OidShort bId
)
static member Compare :
aId : OidShort *
bId : OidShort -> int
Parameters
- aId
- Type: VelocityDbOidShort
First object - bId
- Type: VelocityDbOidShort
Second object
Return Value
Type:
Int32Comparison value, -1 for less, 0 for equal and 1 for greater than
See Also