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
)
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
Parameters
- a
- Type: Meta.Numerics.FunctionsPermutation
The first permutation. - b
- Type: Meta.Numerics.FunctionsPermutation
The second permutation.
Return Value
Type:
BooleanTrue if the two permutations are equal, otherwise false.
See Also