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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.