Click or drag to resize
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
)

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