Bamboo.Prevalence.Implementation.PrevalentSystemProxy.IsNestedEngineCall C# (CSharp) 메소드

IsNestedEngineCall() 개인적인 메소드

private IsNestedEngineCall ( ) : bool
리턴 bool
		private bool IsNestedEngineCall()
		{
			return _engine == PrevalenceEngine.Current;
		}