Click or drag to resize

ProductInequality Operator

Indicate whether 2 Products are not equal.

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

Parameters

param1
Type: Kaos.CombinatoricsProduct
A Product sequence.
param2
Type: Kaos.CombinatoricsProduct
A Product sequence.

Return Value

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