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