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.2.0.015)
Syntax
| C# |
|---|
public abstract int GetHashCode() |
| Visual Basic |
|---|
Public MustOverride Function GetHashCode As Integer |
| Visual C++ |
|---|
public:
virtual int GetHashCode() abstract override |
| F# |
|---|
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