GMP Native Interface for .NET
mp_bitcnt_tEquals Method (mp_bitcnt_t) |
Returns a value indicating whether this instance is equal to a specified mp_bitcnt_t value.
Namespace: Math.Gmp.Native
Assembly: Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals( mp_bitcnt_t other )
Public Function Equals ( other As mp_bitcnt_t ) As Boolean
public: bool Equals( mp_bitcnt_t other )
member Equals : other : mp_bitcnt_t -> bool
Parameters
- other
- Type: Math.Gmp.Nativemp_bitcnt_t
A mp_bitcnt_t value to compare to this instance.
Return Value
Type: BooleanTrue if other has the same value as this instance; otherwise, False.
See Also