Click or drag to resize

PermutationEquals Method (Object)

Indicate whether two Permutations have the same value.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Target of the comparison.

Return Value

Type: Boolean
true if obj has the same value as this object; otherwise, false.
See Also