Click or drag to resize

DiscreteIntervalEquality Operator

Tests whether two discrete intervals are equal.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator ==(
	DiscreteInterval a,
	DiscreteInterval b
)

Parameters

a
Type: Meta.NumericsDiscreteInterval
The first discrete interval.
b
Type: Meta.NumericsDiscreteInterval
The second discrete interval.

Return Value

Type: Boolean
if a and b are equal, otherwise .
See Also