char_ptrEquals Method (Object) |
Returns a value indicating whether this instance is equal to a specified object.
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
An object to compare with this instance.
Return Value
Type:
BooleanTrue if
obj is an instance of
char_ptr and equals the value of this instance; otherwise,
False.
See Also