void_ptrEquals Method (void_ptr) |
Returns a value indicating whether this instance is equal to a specified
void_ptr 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(
void_ptr other
)
Public Function Equals (
other As void_ptr
) As Boolean
public:
bool Equals(
void_ptr other
)
member Equals :
other : void_ptr -> bool
Parameters
- other
- Type: Math.Gmp.Nativevoid_ptr
A void_ptr value to compare to this instance.
Return Value
Type:
BooleanTrue if
other has the same value as this instance; otherwise,
False.
See Also