Bespoke Multi-Touch Framework
Equality Operator
NamespacesBespoke.MultiTouch.FrameworkFtirPointEquality(FtirPoint, FtirPoint)
Compares a point for equality with another point.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	FtirPoint lhs,
	FtirPoint rhs
)
Public Shared Operator = ( _
	lhs As FtirPoint, _
	rhs As FtirPoint _
) As Boolean
public:
static bool operator ==(
	FtirPoint^ lhs, 
	FtirPoint^ rhs
)
Parameters
lhs (FtirPoint)
The point on the left of the equal sign.
rhs (FtirPoint)
The point on the right of the equal sign.
Return Value
true if the points are equal; false otherwise.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)