Serves as a hash function for a particular type.
GetHashCode() is suitable for use in
hashing algorithms and data structures like a hash table.
Namespace: Spotfire.Dxp.Framework.License
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax
C#
public override int GetHashCode()
Return Value
Type: Int32A hash code for the current Object.
Version Information
Supported in: 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also