compare


Description:

public bool compare (FileBase other)

Compare this FileBase with another to determine if they represent the same item. Used to check if a newly read file from filesystem matches the DB/memory version.

Parameters:

other

The other FileBase to compare with (typically the new filesystem item)

Returns:

true if they represent the same item, false otherwise