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: 11.1.0.0 (11.1)
Syntax public int CompareTo(
SessionBase otherSession
)
Public Function CompareTo (
otherSession As SessionBase
) As Integer
public:
int CompareTo(
SessionBase^ otherSession
)
member CompareTo :
otherSession : SessionBase -> int
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