| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Check if 2 strings are equal
Source position: syshelph.inc line 61
| public class function TStringHelper.Equals( | 
| const a: string; | 
| const b: string | 
| ):Boolean; overload; | 
| const AValue: string | 
| ):Boolean; overload; | 
Equals returns True if A=B, false otherwise.
| 
 | Compare 2 ansistrings case insensitive. | |
| 
 | Compare 2 strings |