Ignore:
Timestamp:
Oct 31, 2007, 4:24:47 AM (17 years ago)
Author:
dai
Message:

Dictionary.Countメソッドを実装。
String.Equalsメソッドのコードミスを修正。

File:
1 edited

Legend:

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

    r308 r366  
    251251
    252252        Override Function Equals(s As Object) As Boolean
    253             If This.GetType = s.GetType Then
     253            If Object.Equals( This.GetType(), s.GetType() ) Then
    254254                Return This.Equals(s As String)
    255255            End If
Note: See TracChangeset for help on using the changeset viewer.