Share via


ColorImagePoint.op_Inequality Method

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Compares two ColorImagePoint objects for inequality.

Syntax

public static bool op_Inequality (
         ColorImagePoint imagePoint1,
         ColorImagePoint imagePoint2
)
'Declaration
Public Shared Function op_Inequality ( _
         imagePoint1 As ColorImagePoint, _
         imagePoint2 As ColorImagePoint _
) As Boolean 

Parameters

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

ColorImagePoint Structure
ColorImagePoint Members
Microsoft.Kinect Namespace