Click or drag to resize

OidCompareTo Method

Compares two Oid objects by id

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int CompareTo(
	Oid otherOid
)

Parameters

otherOid
Type: VelocityDbOid

[Missing <param name="otherOid"/> documentation for "M:VelocityDb.Oid.CompareTo(VelocityDb.Oid)"]

Return Value

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

Implements

IComparableTCompareTo(T)
See Also