Click or drag to resize

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

Return Value

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

Implements

IEquatable<T>.Equals(T)
See Also