HandleComparer.GetHashCode Method

Definition

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

obj
Handle

The Object for which a hash code is to be returned.

Returns

A hash code for the specified object.

Implements

Applies to