Click or drag to resize

Permutation Operators

The Permutation type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Indicate whether 2 Permutations are equal.
Public operatorStatic memberGreaterThan
Indicate whether the left Permutation is greater than the right Permutation.
Public operatorStatic memberGreaterThanOrEqual
Indicate whether the left Permutation is greater than or equal to the right Permutation.
Public operatorStatic memberInequality
Indicate whether 2 Permutations are not equal.
Public operatorStatic memberLessThan
Indicate whether the left Permutation is less than the right Permutation.
Public operatorStatic memberLessThanOrEqual
Indicate whether the left permutation is less than or equal to the right permutation.
Top
See Also