Click or drag to resize

IntervalEquality Operator

Equality operator. Tests for equality of two intervals.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator ==(
	Interval a,
	Interval b
)

Parameters

a  Interval
An interval.
b  Interval
An interval.

Return Value

Boolean
True if both intervals have the same type and the same endpoints; otherwise, false.
See Also