Click or drag to resize

SessionBaseCompareTo Method

The defualt compare of two SessionBase is by system (bootup) host name and directory

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public int CompareTo(
	SessionBase otherSession
)

Parameters

otherSession
Type: VelocityDb.SessionSessionBase
The session to compare with

Return Value

Type: Int32
-1 if this session is less than the other, 0 if equal, otherwise 1
See Also