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
Santhosh Subramaniam
NA
226
108.2k
which one is faster string.Equals() or stringvariable.Equals
Oct 12 2015 1:03 AM
Hi ,
In string.Equals() is faster or stringVariable.Equals() is faster...?
Eg :
string strname=" Test";
string.Equals(strname, "Test123", StringComparison.OrdinalIgnoreCase))
Or
strname.Equals("Test123", StringComparison.OrdinalIgnoreCase)
Thanks.
Reply
Answers (
1
)
Regular Expression for format Version_Date
link button text change