Click or drag to resize

Int128Equals Method (Object)

Tests whether the current instance equals another object.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other object.

Return Value

Type: Boolean
if the current instance equals obj, otherwise.
See Also