CharEqualityComparer
System.Collections.Generic.IEqualityComparer<System.Char>
object
Default
Equals(System.Char item1, System.Char item2)
,Equals(object obj)
, Inherited from object
,Finalize()
, Inherited from object
,GetHashCode(System.Char item)
,GetHashCode()
, Inherited from object
,GetType()
, Inherited from object
,MemberwiseClone()
, Inherited from object
,ToString()
, Inherited from objectS CharEqualityComparer Default | Access: Read-Only Value: |
F bool Equals(System.Char item1, System.Char item2) |
Check if two chars are equal
| |||||||
F int GetHashCode(System.Char item) |
Get the hash code of this char
|