PermutationEquals(Permutation) Method

Determines whether the given permutation is equal to the permutation instance.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public bool Equals(
	Permutation other
)

Parameters

other  Permutation
The permutation to compare.

Return Value

Boolean
True if other equals the permutation instance, otherwise false.

Implements

IEquatableTEquals(T)

See Also