GMP Native Interface for .NET
mp_bitcnt_tInequality Operator |
Gets a value that indicates whether the two argument values are different.
Namespace: Math.Gmp.Native
Assembly: Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)

public static bool operator !=( mp_bitcnt_t value1, mp_bitcnt_t value2 )
Public Shared Operator <> ( value1 As mp_bitcnt_t, value2 As mp_bitcnt_t ) As Boolean
public: static bool operator !=( mp_bitcnt_t value1, mp_bitcnt_t value2 )
static let inline (<>) value1 : mp_bitcnt_t * value2 : mp_bitcnt_t : bool
Parameters
- value1
- Type: Math.Gmp.Nativemp_bitcnt_t
A mp_bitcnt_t value. - value2
- Type: Math.Gmp.Nativemp_bitcnt_t
A mp_bitcnt_t value.
Return Value
Type: BooleanTrue if the two values are different, and False otherwise.
