|
KeyValuePairComparerTKey, TValueCompare Method (TKey, TKey)
|
Compares two objects and returns a value indicating whether
one is less than, equal to, or greater than the other.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public int Compare(
TKey x,
TKey y
)
Public Function Compare (
x As TKey,
y As TKey
) As Integer
Request Example
View SourceParameters
- x
- Type: TKey
The first object to compare. - y
- Type: TKey
The second object to compare.
Return Value
Type:
Int32See Also