Summer.Batch.Core.Converter.DefaultJobParametersConverter.IsIdentifyingKey C# (CSharp) 메소드

IsIdentifyingKey() 개인적인 정적인 메소드

private static IsIdentifyingKey ( string key ) : bool
key string
리턴 bool
        private static bool IsIdentifyingKey(string key)
        {
            return !key.StartsWith(NonIdentifyingFlag); 
        }