Click or drag to resize

ProductEquality Operator

Indicate whether 2 Products are 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 equal; otherwise, false.
See Also