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.


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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)