Esempio n. 1
0
        public override bool Equals(object obj)
        {
            BetDomainExternalState bdes = obj as BetDomainExternalState;

            return(bdes != null && bdes.GetHashCode() == this.GetHashCode());
        }
Esempio n. 2
0
 private void EnsureExternalObjects()
 {
     m_bdes = !string.IsNullOrEmpty(this.ExtendedState) ? LineSerializeHelper.StringToObject <BetDomainExternalState>(this.ExtendedState) : new BetDomainExternalState();
 }