This print for content only-size & color not accurate 7" X 9-1/4" / casebound / malloy


■ U N D E R S TA N D I N G   I N H E R I TA N C E  A N D   P O LY M O R P H I S M 215



Download 21,46 Mb.
Pdf ko'rish
bet440/1830
Sana28.09.2021
Hajmi21,46 Mb.
#188411
1   ...   436   437   438   439   440   441   442   443   ...   1830
Bog'liq
[book] [en] Pro C# 2008 and the NET 3.5 Platform Fourth Edition

U N D E R S TA N D I N G   I N H E R I TA N C E  A N D   P O LY M O R P H I S M



215

8849CH06.qxd  10/1/07  10:35 AM  Page 215




Once we have established the caller has passed us an allocated Person, one approach to imple-

ment Equals() is to perform a field-by-field comparison against the data of the incoming object to

the data of the current object:

public override bool Equals(object obj)

{

if (obj is Person && obj != null)



{

Person temp;

temp = (Person)obj;

if (temp.fName == this.fName && temp.lName == this.fName

&& temp.personAge == this.personAge)

{

return true;



}

else


{

return false;

}

}

return false;



}

Here, you are examining the values of the incoming object against the values of our internal

values (note the use of the this keyword). If the name and age of each are identical, you have two

objects with the exact same state data and therefore return true. Any other possibility results in

returning false.

While this approach does indeed work, you can certainly imagine how labor intensive it would

be to implement a custom Equals() method for nontrivial types that may contain dozens of data

fields. One common shortcut is to leverage your own implementation of ToString(). If a class has

a prim-and-proper implementation of ToString() that accounts for all field data up the chain of

inheritance, you can simply perform a comparison of the object’s string data:

public override bool Equals(object obj)

{


Download 21,46 Mb.

Do'stlaringiz bilan baham:
1   ...   436   437   438   439   440   441   442   443   ...   1830




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish