| Icon | Member | Description |
|---|---|---|
| Equals(Object) |
Have to override the equal method
(Overrides Object.Equals(Object).) | |
| Equals(Complex) |
Overloaded Equals() to compare to a Complex object
| |
| Equals(Double) |
A complex number is considered equal to a double if the real part is the same as the
double and the imaginary part is 0.
| |
| Equals(Int32) |
A complex number is considered equal to an ubt if the real part is the same as the
int and the imaginary part is 0.
|