MonobjcMonobjc Documented Class Library
EqualToPath Method (path1, path2)
NamespacesMonobjc.ApplicationServicesCGPathEqualToPath(IntPtr, IntPtr)

Indicates whether two graphics paths are equivalent.

Original signature is 'bool CGPathEqualToPath ( CGPathRef path1, CGPathRef path2 );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool EqualToPath(
	IntPtr path1,
	IntPtr path2
)
Public Shared Function EqualToPath ( _
	path1 As IntPtr, _
	path2 As IntPtr _
) As Boolean
public:
static bool EqualToPath(
	IntPtr path1, 
	IntPtr path2
)
Parameters
path1 (IntPtr)
MISSING
path2 (IntPtr)
MISSING
Return Value
A Boolean value that indicates whether or not the two specified paths contain the same sequence of path elements. If the paths are not the same, returns 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)