/// <summary> /// Gets the hash code /// </summary> /// <returns>Returns HashCode</returns> public override int GetHashCode() { return(String.Format("{0}|{1}|", AllowCreateUpdateChannels.GetHashCode(), AllowDeleteChannels.GetHashCode() ).GetHashCode()); }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Returns HashCode</returns> public override int GetHashCode() { return(String.Format("{0}|{1}|{2}|{3}|{4}|", AllowCreateUpdateChannels.GetHashCode(), AllowDeleteChannels.GetHashCode(), AllowAddRemoveApps.GetHashCode(), AllowCreateUpdateRemoveTabs.GetHashCode(), AllowCreateUpdateRemoveConnectors.GetHashCode() ).GetHashCode()); }