TypeBasedTagHelperDescriptorComparer.GetHashCode(TagHelperDescriptor) Method

Definition

Returns a hash code for the specified object.

public:
 virtual int GetHashCode(Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^ descriptor);
public int GetHashCode (Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor descriptor);
override this.GetHashCode : Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor -> int
Public Function GetHashCode (descriptor As TagHelperDescriptor) As Integer

Parameters

descriptor
TagHelperDescriptor

Returns

Int32

Implements

Applies to