NSFileWrapper.MatchesContentsOfURL(NSUrl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this is the same (based on file modification dates, not contents) as the specified url.
[Foundation.Export("matchesContentsOfURL:")]
public virtual bool MatchesContentsOfURL (Foundation.NSUrl url);
abstract member MatchesContentsOfURL : Foundation.NSUrl -> bool
override this.MatchesContentsOfURL : Foundation.NSUrl -> bool
Parameters
- url
- NSUrl
Returns
- Attributes