Compares the id of two Oid's
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static bool operator <(
Oid a,
Oid b
)
Public Shared Operator < (
a As Oid,
b As Oid
) As Boolean
public:
static bool operator <(
Oid a,
Oid b
)
static let inline (<)
a : Oid *
b : Oid : bool
Parameters
- a
- Type: VelocityDbOid
First Oid - b
- Type: VelocityDbOid
Second Oid
Return Value
Type:
Booleana.id less than b.id
See Also