Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Compares two DepthImagePoint objects for equality (using the DepthImagePoint type).
Syntax
public bool Equals (
DepthImagePoint imagePoint
)
'Declaration
Public Function Equals ( _
imagePoint As DepthImagePoint _
) As Boolean
Parameters
- imagePoint
Type: DepthImagePoint
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
DepthImagePoint Structure
DepthImagePoint Members
Microsoft.Kinect Namespace