Esempio n. 1
0
 private bool Equals(FileFingerprint other)
 {
     return(_canonicalFilePath == other._canonicalFilePath && _created.Equals(other._created) &&
            _lastModified.Equals(other._lastModified) && _size == other._size);
 }