Esempio n. 1
0
 public override int GetHashCode()
 {
     return(ContentPath.GetHashCode());
 }
Esempio n. 2
0
 public override int GetHashCode()
 {
     return
         ($"{ContentPath.GetHashCode().ToString()},{(Rect.HasValue ? Rect.Value.GetHashCode().ToString() : "NULL")}"
          .GetHashCode());
 }