private bool Equals(RsmHeader other) { return(MessageReference == other.MessageReference && Identification == other.Identification && DocumentType == other.DocumentType && Nullable.Equals(Creation, other.Creation) && SenderIdentification == other.SenderIdentification && RecipientIdentification == other.RecipientIdentification && EnergyBusinessProcess == other.EnergyBusinessProcess && EnergyBusinessProcessRole == other.EnergyBusinessProcessRole && EnergyIndustryClassification == other.EnergyIndustryClassification); }
public Context() { RsmHeader = new RsmHeader(); }