Checks this structure and another object for equality.

Namespace: TreeLayoutHelper
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.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
J#
public boolean Equals(
	Object obj
)
JScript
public override function Equals(
	obj : Object
) : boolean
JavaScript
function Equals(obj);

Parameters

obj
Type: System..::..Object
The other object.

Return Value

A value that indicates whether obj is equal to this structure.

See Also