Click or drag to resize

UInt128Equals Method (Object)

Tests whether the current instance is equal to 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 other object is an equal UInt128, otherwise .
See Also