| Equals(Complex) | Determines whether the given complex number is the same. | 
| Equals(Object) | 
            Determines whether the given object represents the same complex number.
             (Overrides ValueTypeEquals(Object))  | 
| GetHashCode | 
            Returns a hash code for the complex number.
             (Overrides ValueTypeGetHashCode)  | 
| GetType | Gets the Type of the current instance. (Inherited from Object)  | 
| IsNaN | Determines if the given complex number is not-a-number. | 
| ToString | 
            Produces a string representation of the complex number.
             (Overrides ValueTypeToString)  |