HandleComparer.GetHashCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetHashCode(EntityHandle) |
Returns a hash code for the specified object. |
GetHashCode(Handle) |
Returns a hash code for the specified object. |
GetHashCode(EntityHandle)
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
Returns a hash code for the specified object.
public:
virtual int GetHashCode(System::Reflection::Metadata::EntityHandle obj);
public int GetHashCode (System.Reflection.Metadata.EntityHandle obj);
override this.GetHashCode : System.Reflection.Metadata.EntityHandle -> int
Public Function GetHashCode (obj As EntityHandle) As Integer
Parameters
- obj
- EntityHandle
The Object for which a hash code is to be returned.
Returns
A hash code for the specified object.
Implements
Applies to
GetHashCode(Handle)
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
Returns a hash code for the specified object.
public:
virtual int GetHashCode(System::Reflection::Metadata::Handle obj);
public int GetHashCode (System.Reflection.Metadata.Handle obj);
override this.GetHashCode : System.Reflection.Metadata.Handle -> int
Public Function GetHashCode (obj As Handle) As Integer
Parameters
Returns
A hash code for the specified object.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.