Matrix4x4Double.op_Equality
Matrix4x4Double Equality operator
Returns a boolean indicating whether the given two matrices are 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 equal; False otherwise.
See Also
- struct Matrix4x4Double
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD