Пример #1
0
 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);
 }
Пример #2
0
 public Context()
 {
     RsmHeader = new RsmHeader();
 }