Esempio n. 1
0
 public override int GetHashCode()
 {
     unsafe
     {
         int hash = 17;
         hash = hash * 23 + AssetPathName.GetHashCode();
         hash = hash * 23 + (SubPathString != null ? SubPathString : string.Empty).GetHashCode();
         return(hash);
     }
 }
Esempio n. 2
0
 public override string ToString()
 {
     return(AssetPathName.ToString());
 }