Click or drag to resize

PermutationCompareTo Method (Object)

Compare 2 Permutations.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
Target of the comparison.

Return Value

Type: Int32
A signed integer indicating the sort order of this instance to obj.

Implements

IComparableCompareTo(Object)
See Also