Click or drag to resize

PermutationEquality Operator

Indicate whether 2 Permutations are equal.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public static bool operator ==(
	Permutation param1,
	Permutation param2
)

Parameters

param1
Type: Kaos.CombinatoricsPermutation
A Permutation.
param2
Type: Kaos.CombinatoricsPermutation
A Permutation.

Return Value

Type: Boolean
true if supplied Permutations are equal; otherwise, false.
See Also