Indicates whether the contents of a file wrapper matches a directory, regular file, or symbolic link on disk.
Original signature is '- (BOOL)matchesContentsOfURL:(NSURL *)url'
Available in Mac OS X v10.6 and later.


- url (NSURL)
- URL of the file-system node with which to compare the file wrapper.

YES when the contents of the file wrapper match the contents of url, NO otherwise.

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