Share via


ColorImagePoint.Equals Method (ColorImagePoint)

Kinect for Windows 1.5, 1.6, 1.7, 1.8

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

Syntax

public bool Equals (
         ColorImagePoint imagePoint
)
'Declaration
Public Function Equals ( _
         imagePoint As ColorImagePoint _
) As Boolean 

Parameters

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

ColorImagePoint Structure
ColorImagePoint Members
Microsoft.Kinect Namespace