Esempio n. 1
0
 public override int GetHashCode(string obj)
 {
     if (obj == null)
     {
         ThrowHelper.ThrowArgumentNullException(ExceptionArgument.obj);
     }
     return(CompareInfo.GetIgnoreCaseHash(obj));
 }