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
Syntaxpublic 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.Extended.UInt128
The other integer.
Return Value
Type:
Booleantrue if the current instance equals
x, otherwise
false.
Implements
IEquatable<T>.Equals(T)
See Also