char_ptr.Equals Method (char_ptr)

GMP Native Interface for .NET

char_ptrEquals Method (char_ptr)
Returns a value indicating whether this instance is equal to a specified char_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(
	char_ptr other
)
Public Function Equals ( 
	other As char_ptr
) As Boolean
public:
bool Equals(
	char_ptr other
)
member Equals : 
        other : char_ptr -> bool 

Parameters

other
Type: Math.Gmp.Nativechar_ptr
A char_ptr value to compare to this instance.

Return Value

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