Click or drag to resize

IntervalEquals Method (Interval)

Tests wither the current instance is equal to another interval.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Equals(
	Interval other
)

Parameters

other
Type: Meta.NumericsInterval
Another iteterval.

Return Value

Type: Boolean
if the current instance equals other, otherwise .

Implements

IEquatableTEquals(T)
See Also