|
-
May 13th, 2006, 07:16 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [2.0] why does a static class has "Equals" and "ReferenceEquals" methods??
I created a static class called "FinancialLibrary" and made sure that all members in this class are declared as static.
When I said FinancialLibrary. I obviously see all the members of this static class. But I also see "Equals" and "ReferenceEquals" methods which I didn't write.
I know these two methods belong to "Object" class. Does that mean the static class I wrote ("FinancialLibrary") is a derived class of "Object" class?
nath
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|