SetEqual
Set
public override int GetHashCode(){ var subhash = QcPhotos.Aggregate(0, (current, photo) => current ^ photo.GetHashCode()); return HashCode.Combine(Source, subhash);}