Click or drag to resize

DoubleDoubleEquals Method (DoubleDouble)

Determines whether the current value is equal to another value.

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

Parameters

other
Type: Meta.Numerics.ExtendedDoubleDouble
The other value to compare.

Return Value

Type: Boolean
if other is equal to the current value, otherwise .

Implements

IEquatableTEquals(T)
See Also