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

Matrix3x2::Equals Method (Matrix3x2)

Returns a value that indicates whether this instance and another 3x2 matrix are equal.

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

public:
virtual bool Equals(
	Matrix3x2 other
) sealed

Parameters

other
Type: System.Numerics::Matrix3x2

The other matrix.

Return Value

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

Implements

IEquatable<T>::Equals(T)

Two matrices are equal if all their corresponding elements are equal.

Show:
© 2017 Microsoft