Click or drag to resize
mpfr_exp_tEquals Method (mpfr_exp_t)
Returns a value indicating whether this instance is equal to a specified mpfr_exp_t value.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	mpfr_exp_t other
)

Parameters

other
Type: Math.Mpfr.Nativempfr_exp_t
A mpfr_exp_t value to compare to this instance.

Return Value

Type: Boolean
True if other has the same value as this instance; otherwise, False.
See Also