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
)
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
Parameters
- other
- Type: Meta.Numerics.FunctionsPermutation
The permutation to compare.
Return Value
Type:
BooleanTrue if
other equals the permutation instance, otherwise false.
Implements
IEquatableTEquals(T)See Also