Inheritance: ZeroInstall.Store.Implementations.ManifestNode
コード例 #1
0
 /// <inheritdoc/>
 protected bool Equals(ManifestDirectoryElement other)
 {
     if (other == null)
     {
         return(false);
     }
     return(other.Digest == Digest && other.Size == Size && other.Name == Name);
 }
コード例 #2
0
 /// <inheritdoc/>
 protected bool Equals(ManifestDirectoryElement other)
 {
     if (other == null) return false;
     return other.Digest == Digest && other.Size == Size && other.Name == Name;
 }