Click or drag to resize

OidLessThan Operator

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
)

Parameters

a
Type: VelocityDbOid
First Oid
b
Type: VelocityDbOid
Second Oid

Return Value

Type: Boolean
a.id less than b.id
See Also