Changeset 227 for Include/Classes


Ignore:
Timestamp:
May 1, 2007, 1:55:32 AM (17 years ago)
Author:
dai
Message:

文字列の比較演算子の戻り値がLong型になっていたので、Booleanに修正した。
String.GetTypeのテストケースを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/String.ab

    r226 r227  
    127127    End Function
    128128
    129     Const Function Operator == (text As *StrChar) As Long
     129    Const Function Operator == (text As *StrChar) As Boolean
    130130        Return _System_StrCmp(This.Chars, text) = 0
    131131    End Function
Note: See TracChangeset for help on using the changeset viewer.