Overridden. Returns a value indicating whether this instance is equal to a specified object.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Parameters

obj (System.Object)
An object to compare with this instance.

Return Value

true if obj is an instance of DoubleComplex and equals the value of this instance; otherwise, false.