Click or drag to resize

CollectionUtilsMixedComparisonS, T Delegate

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public delegate int MixedComparison<S, T>(
	S obj0,
	T obj1
)

Parameters

obj0
Type: S
obj1
Type: T

Type Parameters

S
T

Return Value

Type: Int32
See Also