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
)
Public Function CompareTo (
otherOid As Oid
) As Integer
public:
virtual int CompareTo(
Oid otherOid
) sealed
abstract CompareTo :
otherOid : Oid -> int
override CompareTo :
otherOid : Oid -> int
Parameters
- otherOid
- Type: VelocityDbOid
[Missing <param name="otherOid"/> documentation for "M:VelocityDb.Oid.CompareTo(VelocityDb.Oid)"]
Return Value
Type:
Int32a negative number if less, 0 if equal or else a positive number
Implements
IComparableTCompareTo(T)See Also