Meta.Numerics Library
Equals Method (obj)
Meta.NumericsMeta.NumericsComplexEquals(Object)
Determines whether the given object represents the same complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
Parameters
obj (Object)
The object to compare.
Return Value
True if the object represents the same complex number, otherwise false.