Click or drag to resize

DiscreteIntervalEquals Method (Object)

Tests whether a given object is equal to the current interval.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An object.

Return Value

Type: Boolean
if obj is an equal DiscreteInterval, otherwise .
See Also