BSPGenerationTools.CopyJob.RenameRule.Matches C# (CSharp) 메소드

Matches() 개인적인 메소드

private Matches ( string targetFile ) : bool
targetFile string
리턴 bool
            internal bool Matches(string targetFile)
            {
                return StringComparer.InvariantCultureIgnoreCase.Compare(targetFile, OldName) == 0;
            }
CopyJob.RenameRule