NSFileWrapper.MatchesContentsOfURL(NSUrl) Method

Definition

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

Applies to