public override int GetHashCode() { int hash = 1; if (Id.Length != 0) { hash ^= Id.GetHashCode(); } if (Description.Length != 0) { hash ^= Description.GetHashCode(); } if (UrlPicture.Length != 0) { hash ^= UrlPicture.GetHashCode(); } if (Source.Length != 0) { hash ^= Source.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (Id.Length != 0) { hash ^= Id.GetHashCode(); } if (Name.Length != 0) { hash ^= Name.GetHashCode(); } if (UrlPicture.Length != 0) { hash ^= UrlPicture.GetHashCode(); } hash ^= songs_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }