Click or drag to resize

StiDataRowComparerCompare Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Comparers.StiDataRowComparer.Compare(System.Data.DataRow,System.Data.DataRow)"]

Namespace:  Stimulsoft.Data.Comparers
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public int Compare(
	DataRow x,
	DataRow y
)

Parameters

x
Type: System.DataDataRow

[Missing <param name="x"/> documentation for "M:Stimulsoft.Data.Comparers.StiDataRowComparer.Compare(System.Data.DataRow,System.Data.DataRow)"]

y
Type: System.DataDataRow

[Missing <param name="y"/> documentation for "M:Stimulsoft.Data.Comparers.StiDataRowComparer.Compare(System.Data.DataRow,System.Data.DataRow)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Data.Comparers.StiDataRowComparer.Compare(System.Data.DataRow,System.Data.DataRow)"]

Implements

IComparerTCompare(T, T)
See Also