System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode C# (CSharp) Method

GetHashCode() private method

private GetHashCode ( object obj ) : int
obj object
return int
        public static extern int GetHashCode(object obj);