Click or drag to resize

Int128Equals Method (Int128)

Tests whether the current instance equals another 128-bit integer.

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

Parameters

other
Type: Meta.Numerics.ExtendedInt128
The other integer.

Return Value

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

Implements

IEquatableTEquals(T)
See Also