Changeset 227 for Include/Classes/System/String.ab
- Timestamp:
- May 1, 2007, 1:55:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/String.ab
r226 r227 127 127 End Function 128 128 129 Const Function Operator == (text As *StrChar) As Long129 Const Function Operator == (text As *StrChar) As Boolean 130 130 Return _System_StrCmp(This.Chars, text) = 0 131 131 End Function
Note:
See TracChangeset
for help on using the changeset viewer.