Returns a hash code for this instance.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override sealed int GetHashCode() |
Visual Basic (Declaration) |
---|
Public Overrides NotOverridable Function GetHashCode As Integer |
Visual C++ |
---|
public: virtual int GetHashCode() override sealed |
Return Value
A 32-bit signed integer hash code.
Remarks
The hash code of a CicsServer is based solely on the hash code of the
Name property, as this uniquely identifies a CICS server.