[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Matrix.op_Inequality

operator != Operator

operator !=(Matrix, Matrix)

Returns a value that indicates whether the specified matrices are not equal.

Declaration
public static bool operator !=(Matrix matrix1, Matrix matrix2)
Public Shared Operator <>(matrix1 As Matrix, matrix2 As Matrix) As Boolean
Parameters
Type Name Description
Matrix matrix1
Matrix matrix2
Returns
Type Description
bool