NSFileManager.ContentsEqual(String, String) 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 the files at the two specified paths have the same contents.
[Foundation.Export("contentsEqualAtPath:andPath:")]
public virtual bool ContentsEqual (string path1, string path2);
abstract member ContentsEqual : string * string -> bool
override this.ContentsEqual : string * string -> bool
Parameters
- path1
- String
- path2
- String
Returns
- Attributes