Click or drag to resize

PermutationEquals Method (Object)

Determines whether the given object is equal to the permutation.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare.

Return Value

Type: Boolean
True if obj is a permutation equal to the permutation instance, otherwise false.
See Also