PermutationEquality Operator
            Determines whether two permutations are equal.
            
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static bool operator ==(
	Permutation a,
	Permutation b
)
Public Shared Operator = ( 
	a As Permutation,
	b As Permutation
) As Boolean
public:
static bool operator ==(
	Permutation^ a, 
	Permutation^ b
)
static let inline (=)
        a : Permutation * 
        b : Permutation  : bool
- a  Permutation
 - The first permutation.
 - b  Permutation
 - The second permutation.
 
BooleanTrue if the two permutations are equal, otherwise false.