Click or drag to resize

DiscreteInterval.Equals 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.Numerics.DiscreteInterval
Another discrete interval.

Return Value

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

Implements

IEquatable<T>.Equals(T)
See Also