Interval<T>.Equals(Interval<T>) Method

Returns whether this interval is equal to another interval.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool Equals(
	Interval<T> other
)

Parameters

other  Interval<T>
An Interval<T>.

Return Value

Boolean
true if the intervals are equal; otherwise false.

Implements

IEquatable<T>.Equals(T)

See Also