Click or drag to resize

DiscreteIntervalEquals Method (DiscreteInterval)

Tests wither the current instance is equal to another discrete interval.

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

Parameters

other
Type: Meta.NumericsDiscreteInterval
Another discrete interval.

Return Value

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

Implements

IEquatableTEquals(T)
See Also