Summer.Batch.Core.Converter.DefaultJobParametersConverter.IsIdentifyingKey C# (CSharp) Method

IsIdentifyingKey() private static method

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