Click or drag to resize

CombinationInequality Operator

Indicate whether 2 Combinations are not equal.

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

Parameters

param1
Type: Kaos.CombinatoricsCombination
A Combination sequence.
param2
Type: Kaos.CombinatoricsCombination
A Combination sequence.

Return Value

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