Click or drag to resize

UInt128Equals Method (UInt128)

Tests whether the current instance is equal to another unsigned 128-bit integer.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Equals(
	UInt128 x
)

Parameters

x
Type: Meta.Numerics.ExtendedUInt128
The other integer.

Return Value

Type: Boolean
if the current instance equals x, otherwise .

Implements

IEquatableTEquals(T)
See Also