상속: 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);
 }
 /// <inheritdoc/>
 protected bool Equals(ManifestDirectoryElement other)
 {
     if (other == null) return false;
     return other.Digest == Digest && other.Size == Size && other.Name == Name;
 }