size_t.Equals Method (Object)

GMP Native Interface for .NET

size_tEquals 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: Boolean
True if obj is an instance of size_t and equals the value of this instance; otherwise, False.
See Also