Changeset 227 for Include/Classes
- Timestamp:
- May 1, 2007, 1:55:32 AM (19 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  Include/Classes/System/String.ab (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      Include/Classes/System/String.abr226 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.
  
