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)
Parameter | Type | Description |
---|---|---|
value1 | Matrix4x4Double | The first matrix to compare. |
value2 | Matrix4x4Double | The second matrix to compare. |
Return Value
True if the given matrices are not equal; False if they are equal.
See Also
- struct Matrix4x4Double
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD