Equality operator for a ComplexMatrix and a double.

C# | Visual Basic | Visual C++ |
public static bool operator ==( ComplexMatrix LeftSide, double RightSide )
Public Shared Operator = ( _ LeftSide As ComplexMatrix, _ RightSide As Double _ ) As Boolean
public: static bool operator ==( ComplexMatrix^ LeftSide, double RightSide )

- LeftSide (ComplexMatrix)
- Left side to compare
- RightSide (Double)
- Right side to compare

True if LeftSide and RightSide are not equal