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
)
Public Function Equals (
x As UInt128
) As Boolean
public:
virtual bool Equals(
UInt128 x
) sealed
abstract Equals :
x : UInt128 -> bool
override Equals :
x : UInt128 -> bool
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