PointF.Equality Method (KinectEx.KinectSDK)

Equality Operator

Namespace: KinectEx.KinectSDK
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public static bool Equality(
	PointF left, 
	PointF right
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

static member op_Equality : 
	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