ComponentOne Bitmap for UWP
Equality Operator (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Equality Operator
The first value to compare.
The second value to compare.
Tests for equality between two objects.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As Matrix4x4, _
   ByVal right As Matrix4x4 _
) As System.Boolean
public System.bool operator ==( 
   Matrix4x4 left,
   Matrix4x4 right
)

Parameters

left
The first value to compare.
right
The second value to compare.

Return Value

true if left has the same value as right; otherwise, false.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members