Click or drag to resize

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
)

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