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

Matrix3x2::Equality Operator

Returns a value that indicates whether the specified matrices are equal.

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

public:
static bool operator ==(
	Matrix3x2 value1, 
	Matrix3x2 value2
)

Parameters

value1
Type: System.Numerics::Matrix3x2

The first matrix to compare.

value2
Type: System.Numerics::Matrix3x2

The second matrix to compare.

Return Value

Type: System::Boolean
true if value1 and value2 are equal; otherwise, false.

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

Show:
© 2017 Microsoft