Click or drag to resize

IntervalEquality Operator

Tests whether two intervals are equal.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator ==(
	Interval u,
	Interval v
)

Parameters

u
Type: Meta.NumericsInterval
The first interval.
v
Type: Meta.NumericsInterval
The second interval.

Return Value

Type: Boolean
if u and v are equal, otherwise .
See Also