Click or drag to resize

Collection.ReversedComparerT.Compare Method

X#

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 METHOD Compare(
	x AS T,
	y AS T
) AS LONG
Request Example View Source

Parameters

x
Type: T
y
Type: T

Return Value

Type: Long

Implements

Compare(T, T)
See Also