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