[Csmail-patches] CVS: csmail/src/CSMail EMailAddress.cs,1.8,1.9
Status: Pre-Alpha
Brought to you by:
mastergaurav
From: Gaurav V. <mas...@us...> - 2003-02-06 17:15:03
|
Update of /cvsroot/csmail/csmail/src/CSMail In directory sc8-pr-cvs1:/tmp/cvs-serv28660 Modified Files: EMailAddress.cs Log Message: Documentation error. Index: EMailAddress.cs =================================================================== RCS file: /cvsroot/csmail/csmail/src/CSMail/EMailAddress.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- EMailAddress.cs 25 Oct 2002 09:22:18 -0000 1.8 +++ EMailAddress.cs 6 Feb 2003 17:14:57 -0000 1.9 @@ -303,7 +303,7 @@ /// <param name="right">Address on the right side of operator.</param> /// <returns> /// <c>true</c> if they are same, <c>false</c> otherwise. - /// <p>Note that a true is returned if both left as well as right are + /// <p>Note that a false is returned if both left as well as right are /// <c>null</c>. Am I right in this logic?</p> /// </returns> public static bool operator == (EMailAddress left, EMailAddress right) |