TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mdlardizabal
NA
33
0
Operator overloading
Feb 2 2004 2:28 PM
Hi, I'm working on several business objects that inherit and expose int32, datetime and string data types. Something like outInt32, ourString, ourDateTime. Now, I was able to overload most of the operators like ==, !=, >=, ++ and soon but I am stuck because I can't overload the assignment operator =. Has someone been able to overload the assignment operator successfully, I know it says in the docs that you can't but C# has a special method assigned for it called op_Assign, how would I be able to override that one using the operator keyword. Hanggang sa muli, Tikbalang
Reply
Answers (
7
)
C# object to com+
scrollbars