Version

Inequality Operator (ComplexMatrix)

Determines whether two ComplexMatrix instances have different dimensions or element values.
Overload List
OverloadDescription
Inequality(ComplexMatrix,ComplexMatrix)Determines whether two ComplexMatrix instances have different dimensions or element values.  
Inequality(ComplexMatrix,Matrix)Determines whether a ComplexMatrix and a Matrix have different dimensions and element values.  
Inequality(Matrix,ComplexMatrix)Determines whether a Matrix and a ComplexMatrix have different dimensions and element values.  
Inequality(ComplexMatrix,Double)Returns the pointwise inequality operator for a ComplexMatrix and a double.  
Inequality(Double,ComplexMatrix)Returns the pointwise inequality operator for a double and a ComplexMatrix.  
Inequality(ComplexMatrix,Complex)Returns the pointwise inequality operator for a ComplexMatrix and a Complex number.  
Inequality(Complex,ComplexMatrix)Returns the pointwise inequality operator for a Complex number and a ComplexMatrix.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also