Click or drag to resize

PermutationEquality Operator

Determines whether two permutations are equal.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator ==(
	Permutation a,
	Permutation b
)

Parameters

a
Type: Meta.Numerics.FunctionsPermutation
The first permutation.
b
Type: Meta.Numerics.FunctionsPermutation
The second permutation.

Return Value

Type: Boolean
True if the two permutations are equal, otherwise false.
See Also