Rational.Equality Operator
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that indicates whether two values are equal.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Equality(Double, Rational) | Returns a value that indicates whether a double is equal to a rational number. | |
Equality(Int32, Rational) | Returns a value that indicates whether an integer is equal to a rational number. | |
Equality(Int64, Rational) | Returns a value that indicates whether a long integer is equal to a rational number. | |
Equality(UInt32, Rational) | Returns a value that indicates whether an unsigned integer is equal to a rational number. | |
Equality(UInt64, Rational) | Returns a value that indicates whether an unsigned long is equal to a rational number. | |
Equality(BigInteger, Rational) | Returns a value that indicates whether a big integer is equal to a rational number. | |
Equality(Rational, BigInteger) | Returns a value that indicates whether a rational number is equal to a big integer. | |
Equality(Rational, Rational) | Returns a value that indicates whether a rational number is equal to another rational number. | |
Equality(Rational, Double) | Returns a value that indicates whether a rational number is equal to a double. | |
Equality(Rational, Int32) | Returns a value that indicates whether a rational number is equal to an integer. | |
Equality(Rational, Int64) | Returns a value that indicates whether a rational number is equal to a long integer. | |
Equality(Rational, UInt32) | Returns a value that indicates whether a rational number is equal to an unsigned integer. | |
Equality(Rational, UInt64) | Returns a value that indicates whether a rational number is equal to an unsigned long integer. |
Top