Click or drag to resize

PermutationEquals Method (Permutation)

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

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Equals(
	Permutation other
)

Parameters

other
Type: Meta.Numerics.FunctionsPermutation
The permutation to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also