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

Matrix.Equals Method (Matrix)

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

Determines whether the specified Matrix structure is identical to this instance.

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

public bool Equals(
	Matrix value
)

Parameters

value
Type: System.Windows.Media.Matrix
The instance of Matrix to compare to this instance.

Return Value

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

NoteNote:

A Matrix stores its values as doubles. Because the value of a Double can lose precision when arithmetic operations are performed on it, a comparison between two Double structures that are logically equal might fail.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft