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)
ParameterTypeDescription
value1Matrix4x4DoubleThe first matrix to compare.
value2Matrix4x4DoubleThe second matrix to compare.

Return Value

True if the given matrices are equal; False otherwise.

See Also