Click or drag to resize
CollectionUtilsMixedComparisonS, T Delegate

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
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