caseInsensitiveHash() public static method

public static caseInsensitiveHash ( string self ) : int
self string
return int
Example #1
0
 public int GetHashCode(object obj)
 {
     return(FanStr.caseInsensitiveHash((string)obj));
 }