コード例 #1
0
 public bool Equals(MapKey other)
 {
     return
         (_fileContents.UtcLastModified.Equals(other._fileContents.UtcLastModified) &&
          _fileContents.HasSameContents(other._fileContents));
 }