Click or drag to resize
Accord.NET (logo)

RationalEquals Method (Rational)

Indicates whether this instance and a specified Rational are equal.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool Equals(
	Rational other
)
Request Example View Source

Parameters

other
Type: Accord.MathRational
Another Rational to compare to.

Return Value

Type: Boolean

Field Value

Type: Boolean
true if the current object and other represent the same value; otherwise,

Field Value

Type: Boolean
false.

Implements

IEquatableTEquals(T)
See Also