예제 #1
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(base.GetHashCode() ^ (ContentHashesInfo?.GetHashCode() ?? 0));
 }
예제 #2
0
 /// <inheritdoc />
 public bool Equals(GetBulkLocationsResult other)
 {
     return(base.Equals(other) && other != null && ContentHashesInfo.Equals(other.ContentHashesInfo));
 }