public override int GetHashCode() { return(IdentityType.GetHashCode() ^ ServerType.GetHashCode() ^ InstancingType.GetHashCode() ^ ServiceName.GetSafeHashCode() ^ ExePath.GetSafeHashCode() ^ Permissions.GetSafeHashCode() ^ Identity.GetSafeHashCode() ^ PackageId.GetSafeHashCode() ^ Source.GetHashCode()); }
public override int GetHashCode() { return(IdentityType.GetHashCode()); }