System Namespace String Class
Determines whether two specified String objects have the same value.
[ VB ] <Serializable> Overloads Public Shared Function Equals ( _ ByVal a As String, _ ByVal b As String _ ) As Boolean [ C# ] [ Serializable ] public static bool Equals ( string a, string b ); [ C++ ] [ Serializable ] public: static bool Equals ( String* a, String* b ); [ JScript ] public Serializable static function Equals ( a : String, b : String ) : Boolean;
true if the value of a is the same as the value of b; otherwise, false.
The comparison is case-sensitive.
String Members String.Equals Overload List Object Compare CompareOrdinal CompareTo
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph