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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.