예제 #1
0
 protected bool Equals(DependencyCacheKey other)
 {
     return(Dependency.Equals(other.Dependency) && Mode == other.Mode);
 }