コード例 #1
0
 public override int GetHashCode()
 {
     return(ContentPath.GetHashCode());
 }
コード例 #2
0
ファイル: BitmapService.cs プロジェクト: Otard95/tools-exam-2
 public override int GetHashCode()
 {
     return
         ($"{ContentPath.GetHashCode().ToString()},{(Rect.HasValue ? Rect.Value.GetHashCode().ToString() : "NULL")}"
          .GetHashCode());
 }