Indicates whether this instance and a specified object are equal.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Overrides Function Equals ( _
	obj As Object _
) As Boolean | 
| Visual C++ | 
|---|
| public:
virtual bool Equals(
	Object^ obj
) override | 
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
See Also