Matrix4x4Double.op_Inequality

Matrix4x4Double Inequality operator

Returns a boolean indicating whether the given two matrices are not equal.

public static bool operator !=(Matrix4x4Double value1, Matrix4x4Double value2)
ParameterTypeDescription
value1Matrix4x4DoubleThe first matrix to compare.
value2Matrix4x4DoubleThe second matrix to compare.

Return Value

True if the given matrices are not equal; False if they are equal.

See Also