Click or drag to resize

IntervalEquals Method

Tests for equality of this interval and another interval.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool Equals(
	Object o
)

Parameters

o  Object
Another interval.

Return Value

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