Share via


Matrix4.op_Equality Method

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Compares two Matrix4 objects for equality.

Syntax

public static bool op_Equality (
         Matrix4 mat1,
         Matrix4 mat2
)
'Declaration
Public Shared Function op_Equality ( _
         mat1 As Matrix4, _
         mat2 As Matrix4 _
) As Boolean 

Parameters

  • mat1
    Type: Matrix4
    The first object.
  • mat2
    Type: Matrix4
    The second object.

Return Value

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

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

Matrix4 Structure
Matrix4 Members
Microsoft.Kinect Namespace