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
Jack Li
NA
1
0
Question about String.Equals()
Oct 21 2009 8:32 PM
Why the following code(#1) returns false but code (#2) returns true. (#1) string temp = sbTemp.ToString(); return temp.Equals(expectedOutputStream.ReadToEnd()); (#2) string temp = sbTemp.ToString(); string expectedOutput = expectedOutputStream.ReadToEnd(); return temp.Equals(expectedOutput);
Reply
Answers (
2
)
mvc framework
Auto-submit an asp page from aspx page