Click or drag to resize

collectionExtensionsCompareKeyValuePairsT Method (KeyValuePairT, Int32, KeyValuePairT, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.extensions.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static int CompareKeyValuePairs<T>(
	KeyValuePair<T, int> a,
	KeyValuePair<T, int> b
)
Request Example View Source

Parameters

a
Type: System.Collections.GenericKeyValuePairT, Int32
b
Type: System.Collections.GenericKeyValuePairT, Int32

Type Parameters

T

Return Value

Type: Int32
See Also