C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




String.Equal Method


Posted Date: 06 Sep 2008    Resource Type: Articles    Category: .NET Framework

Posted By: Raamkumar       Member Level: Silver
Rating:     Points: 4



This Method is used to Compare Two string value.


Definition:
-------------

Determine whethere this String and a specified System.String object have the same value.


Ex: (Using Equal Method)
---

string St="hi";
string Sv="HI";
// Here this will avoid Cases (UPPER or LOWER)
if (St.Equals(Sv, StringComparison.CurrentCultureIgnoreCase))
{
MessageBox.Show("True");
}

Advantage :
------------

1. Application Performance will be High







Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
String.Equal  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Using session in asp.net
Previous Resource: How to pass values with out console class methods
Return to Discussion Resource Index
Post New Resource
Category: .NET Framework


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design

conference call definitions

Contact Us    Privacy Policy    Terms Of Use