Click or drag to resize

PageCompareTo Method

Compares Pages by PageNumber

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int CompareTo(
	Page otherPage
)

Parameters

otherPage
Type: VelocityDbPage
The Page to compare with

Return Value

Type: Int32
-1 if this PageNumber is less than obj.PageNumber, 0 if equal and 1 if greater than

Implements

IComparableTCompareTo(T)
See Also