Beispiel #1
0
 public int GetHashCode(MetadataCache <T> .MetadataCacheKey obj)
 {
     return(obj.hashCode);
 }
Beispiel #2
0
 public bool Equals(MetadataCache <T> .MetadataCacheKey x, MetadataCache <T> .MetadataCacheKey y)
 {
     return((x.dataContextConnection == y.dataContextConnection) && (x.serviceType == y.serviceType));
 }