在C#中,如何找到某个对象是某个类的实例而不是该类的超类中的任何一个?
即使对象实际上来自超类,"is"也会返回true.
c# class object
c# ×1
class ×1
object ×1