public bool Equals(BehaviorDetailsModel other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(Equals(other.BehaviorType, BehaviorType));
 }
 public void setup()
 {
     _handler = new get_Id_handler(null, null);
     _report = new DebugReport(null, null);
     _model = getModel();
 }
 public bool Equals(BehaviorDetailsModel other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return Equals(other.BehaviorType, BehaviorType);
 }