Click or drag to resize

StiArrayComparerCompare Method

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

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

Parameters

x
Type: SystemObject

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

y
Type: SystemObject

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

Return Value

Type: Int32

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

Implements

IComparerTCompare(T, T)
See Also