uintmax_tEquals Method (uintmax_t) |
Returns a value indicating whether this instance is equal to a specified
uintmax_t value.
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Equals(
uintmax_t other
)
Public Function Equals (
other As uintmax_t
) As Boolean
public:
bool Equals(
uintmax_t other
)
member Equals :
other : uintmax_t -> bool
Parameters
- other
- Type: Math.Mpfr.Nativeuintmax_t
A uintmax_t value to compare to this instance.
Return Value
Type:
BooleanTrue if
other has the same value as this instance; otherwise,
False.
See Also