Click or drag to resize

UInt128.Equals 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.Extended.UInt128
The other integer.

Return Value

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

Implements

IEquatable<T>.Equals(T)
See Also