BigRational.Equals(BigRational) Method

Returns whether two rational numbers represent the same value.

Definition

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

Parameters

other  BigRational
A rational number to compare.

Return Value

Boolean
true if the value of the rational number equals the value of other; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also