Share via


Matrix4.op_Inequality Method

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Compares two Matrix4 objects for inequality.

Syntax

public static bool op_Inequality (
         Matrix4 mat1,
         Matrix4 mat2
)
'Declaration
Public Shared Function op_Inequality ( _
         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 not equal; otherwise, false.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

Matrix4 Structure
Matrix4 Members
Microsoft.Kinect Namespace