Changeset 227
- Timestamp:
- May 1, 2007, 1:55:32 AM (18 years ago)
- Files:
-
- 2 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 -
TestCase/SimpleTestCase/StringTest.ab
r226 r227 10 10 s1 = New String("hello") 11 11 12 UnitTest("String.GetType", obj1.GetType().Name = "String")12 UnitTest("String.GetType", s1.GetType().Name = "String") 13 13 14 14
Note:
See TracChangeset
for help on using the changeset viewer.