Determines whether two CicsServer instances do not represent the same CICS server.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
Parameters
- cs1
- Type: IBM.CTGCicsServer
A CicsServer. - cs2
- Type: IBM.CTGCicsServer
A CicsServer.
Return Value
Type: Booleanif cs1 and cs2 do not have the same Name; otherwise, .
See Also