|
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
)
Public Function Equals (
other As Rational
) As Boolean
Request Example
View SourceParameters
- other
- Type: Accord.MathRational
Another Rational to compare to.
Return Value
Type:
BooleanField Value
Type:
Booleantrue if the current object and
other represent the same value; otherwise,
Field Value
Type:
Booleanfalse.
Implements
IEquatableTEquals(T)See Also