private static bool AreIdentical(SyntaxNodeOrToken node1, SyntaxNodeOrToken node2) { return(SyntaxNodeOrToken.AreIdentical(node1, node2)); }