This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns a hash code for this instance.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public override int GetHashCode()
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function GetHashCode As Integer

Return Value

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

See Also

Advanced