Indicates whether this instance and a specified object are equal.

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

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System..::..Object
Another object to compare to.

Return Value

trueTruetruetrue (True in Visual Basic) if obj and this instance are the same type and represent the same value; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also