Click or drag to resize

DoubleDouble.Equals 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.Extended.DoubleDouble
The other value to compare.

Return Value

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

Implements

IEquatable<T>.Equals(T)
See Also