Returns a hash code for this instance.

Namespace:  EPiServer.Shell.Web.Resources
Assembly:  EPiServer.Shell (in EPiServer.Shell.dll) Version: 6.0.318.113

Syntax

C#
public override int GetHashCode()
Visual Basic (Declaration)
Public Overrides Function GetHashCode As Integer
Visual C++
public:
virtual int GetHashCode() override

Return Value

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

See Also