Determines whether the specified Object is equal to the current Object.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

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
The Object to compare with the current Object.

Return Value

trueTruetruetrue (True in Visual Basic) if the specified Object is equal to the current Object; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also