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