Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int GetHashCode(object)

Declaration

public int GetHashCode(
    object obj
)

Summary

Returns a hash code for the specified object.

Parameters

objectobj The object to generate a hash code for.

Returns

The object’s own hash code.