Equals Method (Matrix3D)
Collapse the table of content
Expand the table of content

Matrix3D.Equals Method (Matrix3D)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Tests equality between two matrices.

Namespace:  System.Windows.Media.Media3D
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Function Equals ( _
	value As Matrix3D _
) As Boolean

Parameters

value
Type: System.Windows.Media.Media3D.Matrix3D
The Matrix3D to compare to.

Return Value

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft