Indicates whether the current object is equal to another object of the same type.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
---|
Public Function Equals ( _
other As Int128 _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Int128 other
) sealed |
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