public static bool IsName(NameSyntax name, string fullName) { return(name.IsEquivalentTo(SyntaxFactory.ParseName(fullName))); }