Beispiel #1
0
        public override bool Equals(object obj)
        {
            MatchExternalState mes = obj as MatchExternalState;

            return(mes != null && mes.GetHashCode() == this.GetHashCode());
        }
Beispiel #2
0
 private void EnsureExternalObjects()
 {
     m_mes = !string.IsNullOrEmpty(this.ExtendedState.Value) ? LineSerializeHelper.StringToObject <MatchExternalState>(this.ExtendedState.Value) : new MatchExternalState();
 }