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 equality (using the TransformSmoothParameters type).
Syntax
public static bool op_Equality (
TransformSmoothParameters smoothParameters1,
TransformSmoothParameters smoothParameters2
)
'Declaration
Public Shared Function op_Equality ( _
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 equal; otherwise, false.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
TransformSmoothParameters Structure
TransformSmoothParameters Members
Microsoft.Kinect Namespace