File.equal

Checks if the two given #GFiles refer to the same file.

Note that two #GFiles that differ can still refer to the same file on the filesystem due to various forms of filename aliasing.

This call does no blocking I/O.

interface File
bool
equal

Parameters

file2 gio.file.File

the second #GFile

Return Value

Type: bool

true if file1 and file2 are equal.