Matrix.op_Inequality Operator

Overload List

#SignatureDescription
1Boolean op_Inequality(Matrix Left, Matrix Right)Returns true, if any elements in Left are not equal to Right.
2Boolean op_Inequality(Matrix Left, TCplx Right)Returns true, if any elements in Left are not equal to Right.
3Boolean op_Inequality(Matrix Left, TMtx Right)Returns true, if any elements in Left are not equal to Right.
4Boolean op_Inequality(Matrix Left, TVec Right)Returns true, if any elements in Left are not equal to Right.
5Boolean op_Inequality(Matrix Left, Double Right)Returns true, if any elements in Left are not equal to Right.
6Boolean op_Inequality(TCplx Left, Matrix Right)Returns true, if any elements in Right are not equal to Left.
7Boolean op_Inequality(TMtx Left, Matrix Right)Returns true, if any elements in Left are not equal to Right.
8Boolean op_Inequality(TVec Left, Matrix Right)Returns true, if any elements in Left are not equal to Right.
9Boolean op_Inequality(Double Left, Matrix Right)Returns true, if any elements in Right are not equal to Left.

Overload 1: Boolean op_Inequality(Matrix Left, Matrix Right)

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftMatrix
2RightMatrix

Returns: Boolean

Remarks:

Size or Complex properties also do not match.

Overload 2: Boolean op_Inequality(Matrix Left, TCplx Right)

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftMatrix
2RightTCplxscalar

Returns: Boolean

Overload 3: Boolean op_Inequality(Matrix Left, TMtx Right)

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftMatrix
2RightTMtxsource TMtx

Returns: Boolean

Remarks:

Size or Complex properties also do not match.

Overload 4: Boolean op_Inequality(Matrix Left, TVec Right)

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftMatrix
2RightTVecsource TVec

Returns: Boolean

Remarks:

Size or Complex properties also do not match.

Overload 5: Boolean op_Inequality(Matrix Left, Double Right)

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftMatrix
2RightDoublescalar

Returns: Boolean

Remarks:

Size or Complex properties also do not match.

Overload 6: Boolean op_Inequality(TCplx Left, Matrix Right)

Returns true, if any elements in Right are not equal to Left.

#NameTypeDescription
1LeftTCplxscalar
2RightMatrix

Returns: Boolean

Overload 7: Boolean op_Inequality(TMtx Left, Matrix Right)

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftTMtxsource TMtx
2RightMatrix

Returns: Boolean

Remarks:

Size or Complex properties also do not match.

Overload 8: Boolean op_Inequality(TVec Left, Matrix Right)

Returns true, if any elements in Left are not equal to Right.

#NameTypeDescription
1LeftTVecsource TVec
2RightMatrix

Returns: Boolean

Remarks:

Size or Complex properties also do not match.

Overload 9: Boolean op_Inequality(Double Left, Matrix Right)

Returns true, if any elements in Right are not equal to Left.

#NameTypeDescription
1LeftDoublescalar
2RightMatrix

Returns: Boolean