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.6, 1.7, 1.8
Compares two DepthImagePixel objects for equality.
Syntax
public static bool op_Equality (
DepthImagePixel pixel1,
DepthImagePixel pixel2
)
Parameters
- pixel1
Type: DepthImagePixel
The first object. - pixel2
Type: DepthImagePixel
The second object.
Return Value
Type: Boolean
true if the two instances are equal; otherwise, false.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
DepthImagePixel Structure
DepthImagePixel Members
Microsoft.Kinect Namespace