Equals Method (Object)

Project Mercury API

[This is preliminary documentation and is subject to change.]

Indicates whether this instance and a specified object are equal.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic (Declaration)
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

true if obj and this instance are the same type and represent the same value; otherwise, false.

See Also