PointF.Inequality Method (KinectEx.KinectSDK)
Inequality Operator
- C#
- VB
- C++
- F#
public static bool Inequality( PointF left, PointF right )
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
static member op_Inequality : left : PointF * right : PointF -> bool
Parameters
- left
-
Type: KinectEx.KinectSDK.PointF
- right
-
Type: KinectEx.KinectSDK.PointF
Return Value
Type: System.Boolean
Compares two PointF objects. The return value is
based on the equivalence of the X and Y properties
of the two points.
Supported in:
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5 (without Kinect SDK)
Windows 8.1 Store - WinRT (without Kinect SDK)
Windows Phone 8 - WinRT