Share via


Matrix4.Equals Method (Matrix4)

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Compares two Matrix4 objects for equality (using the Matrix4 type).

Syntax

public bool Equals (
         Matrix4 mat
)
'Declaration
Public Function Equals ( _
         mat As Matrix4 _
) As Boolean 

Parameters

  • mat
    Type: Matrix4
    The second object.

Return Value

Type: Boolean
true if the second object contains the same data as this instance; otherwise, false.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

Matrix4 Structure
Matrix4 Members
Microsoft.Kinect Namespace