Indicates whether the current object is equal to another object of the same type.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

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

Parameters

other
Type: SharpAssembler.Core..::..Int128
An object to compare with this object.

Return Value

trueTruetruetrue (True in Visual Basic) if the current object is equal to the other parameter; otherwise, falseFalsefalsefalse (False in Visual Basic).

Implements

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

See Also