Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::Equals Method (Matrix4x4)

Returns a value that indicates whether this instance and another 4x4 matrix are equal.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
virtual bool Equals(
	Matrix4x4 other
) sealed

Parameters

other
Type: System.Numerics::Matrix4x4

The other matrix.

Return Value

Type: System::Boolean
true if the two matrices are equal; otherwise, false.

Implements

IEquatable<T>::Equals(T)
Show:
© 2017 Microsoft