Click or drag to resize

CollectionUtilsCompareElementsS, T Method

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 static int CompareElements<S, T>(
	IEnumerable<S> pCollection0,
	IEnumerable<T> pCollection1,
	CollectionUtilsMixedComparison<S, T> dComparison
)

Parameters

pCollection0
Type: System.Collections.GenericIEnumerableS
pCollection1
Type: System.Collections.GenericIEnumerableT
dComparison
Type: PDTec.IceNet.Sdk.UtilsCollectionUtilsMixedComparisonS, T

Type Parameters

S
T

Return Value

Type: Int32
See Also