Returns a value indicating whether this instance represents the same CICS server as a specified CicsServer.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool Equals( CicsServer other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As CicsServer _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( CicsServer other ) sealed |
Parameters
- other
- Type: IBM.CTG..::.CicsServer
A CicsServer to compare with this instance.