DXVcs2Git.Core.CommentWrapper.IsAutoSyncComment C# (CSharp) Method

IsAutoSyncComment() public static method

public static IsAutoSyncComment ( string comment ) : bool
comment string
return bool
        public static bool IsAutoSyncComment(string comment)
        {
            return CheckStructure(comment);
        }