Matrix.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified Object is a Matrix structure that is identical to this Matrix.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- o
- Type: System.Object
The Object to compare.
Return Value
Type: System.Booleantrue if o is a Matrix structure that is identical to this Matrix structure; otherwise, false.
Show:
Note: