Determines whether the given object represents the same complex number.

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

Parameters
- obj (Object)
- The object to compare.

Return Value
True if the object represents the same complex number, otherwise false.
Assembly:
Meta.Numerics (Module: Meta.Numerics) Version: 2.0.0.0 (2.0.0.0)