Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool Equals(
	Int128 other
)
Visual Basic
Public Function Equals ( 
	other As Int128
) As Boolean
Visual C++
public:
virtual bool Equals(
	Int128 other
) sealed
F#
abstract Equals : 
        other : Int128 -> bool 
override Equals : 
        other : Int128 -> bool 

Parameters

other
Type: MonoSoftware.Core..::..Int128

Return Value

Type: Boolean

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also