Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'


Merhabalar,

WPF uygulaması geliştiriyor  label content kullanımında örneğin :
 if (lblKullaniciAdi.Content == "Yetkisiz Kullanıcı")  kod parçacağında olduğu gibi bu hatayı alıyorsanız yapmanız gereken ToString() nesnesini eklemek.

if (lblKullaniciAdi.Content.ToString()== "Yetkisiz Kullanıcı") {
   ...
}

İyi çalışmalar dilerim

Yorumlar

Bu blogdaki popüler yayınlar

An error occurred while updating the entries. See the inner exception for details.

Unable to load the specified metadata resource.