DatabaseLocationCompareTo Method |
The default compare of two DatabaseLocation is by host name and directory
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override int CompareTo(
Object obj
)
Public Overrides Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
) override
abstract CompareTo :
obj : Object -> int
override CompareTo :
obj : Object -> int
Parameters
- obj
- Type: SystemObject
The location to compare with
Return Value
Type:
Int32-1 if this location is less than the other, 0 if equal, otherwise 1
Implements
IComparableCompareTo(Object)IComparableCompareTo(Object)See Also