ValueComparer<T>.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(Object) |
Returns the hash code for the given instance. |
GetHashCode(T) |
Returns the hash code for the given instance. |
GetHashCode(Object)
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
Returns the hash code for the given instance.
public override int GetHashCode (object instance);
public override int GetHashCode (object? instance);
override this.GetHashCode : obj -> int
Public Overrides Function GetHashCode (instance As Object) As Integer
Parameters
- instance
- Object
The instance.
Returns
The hash code.
Applies to
GetHashCode(T)
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
- Source:
- ValueComparer%60.cs
Returns the hash code for the given instance.
public virtual int GetHashCode (T instance);
override this.GetHashCode : 'T -> int
Public Overridable Function GetHashCode (instance As T) As Integer
Parameters
- instance
- T
The instance.
Returns
The hash code.
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.
Entity Framework