Returns a value indicating whether this instance represents the same CICS server as a specified CicsServer.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
Parameters
- other
- Type: IBM.CTGCicsServer
A CicsServer to compare with this instance.
Return Value
Type: Booleanif this instance and other have the same Name; otherwise .
Implements
IEquatableTEquals(T)Remarks
See Also