Click or drag to resize

PermutationInequality Operator

Indicate whether 2 Permutations are not equal.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public static bool operator !=(
	Permutation param1,
	Permutation param2
)

Parameters

param1
Type: Kaos.CombinatoricsPermutation
A Permutation.
param2
Type: Kaos.CombinatoricsPermutation
A Permutation.

Return Value

Type: Boolean
true if supplied sequences are not equal; otherwise, false.
See Also