public override int GetHashCode() { return(SetupID.GetHashCode()); }
public bool Equals(DIDTable table) { return(SetupID.Equals(table.SetupID)); }