public bool Equals(BeginModelMap other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(Equals(other.ModelType, ModelType)); }
public bool Equals(BeginModelMap other) { if (ReferenceEquals(null, other)) return false; if (ReferenceEquals(this, other)) return true; return Equals(other.ModelType, ModelType); }
public void Visit(BeginModelMap beginModelMap) { DataSet = _sessionCache.GetUserSession().CreateDataSet(); _modelStack.Push(new ModelInformation { ModelType = beginModelMap.ModelType }); }