System.Globalization.CultureAwareComparer.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return _compareInfo.GetHashCode() ^ ((int)_options & 0x7FFFFFFF);
        }
    }

Same methods

CultureAwareComparer::GetHashCode ( string obj ) : int