[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.CompareValue

CompareValue Method

CompareValue(int, int)

Compare two int values.

Declaration
protected override int CompareValue(int first, int second)
Protected Overrides Function CompareValue(first As Integer, second As Integer) As Integer
Parameters
Type Name Description
int first

An int to compare.

int second

An int to compare.

Returns
Type Description
int

A 32-bit signed integer indicating the lexical relationship between the two items being compared. Value Condition Less than zero indicates first is less than second. Zero first equals second. Greater than zero indicates first is greater than second.

Overrides