Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public override int GetHashCode()
Visual Basic
Public Overrides Function GetHashCode As Integer
JScript
public override function GetHashCode() : int

Return Value

A hash code for the current GwxDependencyObject.

See Also