今天看到一段程序:if (...) { bool bIsAdmin = Thread.CurrentPrincipal.IsInRole("Admin");
m_buttonChangePassword.Enabled & = bIsAdmin; }其中的运算符 & = 是什么意思?