BigFloat.Equals(BigFloat) Method

Tests whether a number equals another number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool Equals(
	BigFloat other
)

Parameters

other  BigFloat
The BigFloat to compare.

Return Value

Boolean
true if the number equals other; otherwise false.

Implements

IEquatable<T>.Equals(T)

See Also