Compares Pages by PageNumber
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public int CompareTo(
Page otherPage
)
Public Function CompareTo (
otherPage As Page
) As Integer
public:
virtual int CompareTo(
Page^ otherPage
) sealed
abstract CompareTo :
otherPage : Page -> int
override CompareTo :
otherPage : Page -> int
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