PermutationEquals(Permutation) Method
Determines whether the given permutation is equal to the permutation instance.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool Equals(
Permutation other
)
Public Function Equals (
other As Permutation
) As Boolean
public:
virtual bool Equals(
Permutation^ other
) sealed
abstract Equals :
other : Permutation -> bool
override Equals :
other : Permutation -> bool
- other Permutation
- The permutation to compare.
BooleanTrue if
other equals the permutation instance, otherwise false.
IEquatableTEquals(T)