比對物件類型 typeof

比對物件類型 typeof

if (buttonSave.GetType().Equals(typeof(Button)))
    /*...*/