SAN is always slower - that should be obvious. Anyone who says otherwise is not to be trusted.
Decent SAN controllers use big caches to try to ameliorate this. However, this only offsets latency in the disk subsystem, which would be very considerably less with SSDs anyway.
What Pradeep is pointing out, is that SANs have a very finite limit on the number of transactions per second that they can process, thanks to the fact that they're sending and receiving packets on a network. This is why vendors want you to focus on streaming performance instead.
Database servers typically fetch data in 8kB blocks (subject to OS lookahead). It doesn't take an awful lot to hit the SAN transaction limit if you have more than one database server (or even multiple processes on the one server) sharing the same LUN.
Of course, this assumes you have enough spindles to keep up. If you have SSDs, it's like multiplying your spindles (reduced latency), so you'd expect to hit that limit much more easily.