Inequality operator to a ComplexMatrix and a Complex.

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

- LeftSide (ComplexMatrix)
- Left side to compare
- RightSide (Complex)
- Right side to compare.

Returns true if LeftSide and RightSide are not equal.