Beispiel #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((Type != null ? Type.GetHashCode() : 53515466) * 397) ^ (VirtualPath != null ? VirtualPath.GetHashCode() : 145132));
     }
 }
Beispiel #2
0
 public override int GetHashCode() => VirtualPath.GetHashCode();
Beispiel #3
0
 public override int GetHashCode()
 {
     return(VirtualPath.GetHashCode());
 }
Beispiel #4
0
 public int GetHashCode(IResource obj)
 {
     return(VirtualPath.GetHashCode(obj.VirtualPath));
 }