Returns a hash code for this instance.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract int GetHashCode()
Public MustOverride Function GetHashCode As Integer
public:
virtual int GetHashCode() abstract override
override GetHashCode : unit -> int
Return Value
Type:
Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also