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 SkeletonPoint objects for inequality.
Syntax
public static bool op_Inequality (
SkeletonPoint skeletonPoint1,
SkeletonPoint skeletonPoint2
)
'Declaration
Public Shared Function op_Inequality ( _
skeletonPoint1 As SkeletonPoint, _
skeletonPoint2 As SkeletonPoint _
) As Boolean
Parameters
- skeletonPoint1
Type: SkeletonPoint
The first object. - skeletonPoint2
Type: SkeletonPoint
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
SkeletonPoint Structure
SkeletonPoint Members
Microsoft.Kinect Namespace