MonobjcMonobjc Documented Class Library
CGPointEqualToPoint Method (point1, point2)
NamespacesMonobjc.ApplicationServicesCGGeometryCGPointEqualToPoint(CGPoint, CGPoint)

Returns whether two points are equal.

Original signature is 'bool CGPointEqualToPoint ( CGPoint point1, CGPoint point2 );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CGPointEqualToPoint(
	CGPoint point1,
	CGPoint point2
)
Public Shared Function CGPointEqualToPoint ( _
	point1 As CGPoint, _
	point2 As CGPoint _
) As Boolean
public:
static bool CGPointEqualToPoint(
	CGPoint point1, 
	CGPoint point2
)
Parameters
point1 (CGPoint)
MISSING
point2 (CGPoint)
MISSING
Return Value
true if the two specified points are the same; otherwise, false.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)