CicsServerInequality Operator

CICS Transaction Gateway V9.3.0.0
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

public static bool operator !=(
	CicsServer cs1,
	CicsServer cs2
)

Parameters

cs1
Type: IBM.CTGCicsServer
A CicsServer.
cs2
Type: IBM.CTGCicsServer
A CicsServer.

Return Value

Type: Boolean
if cs1 and cs2 do not have the same Name; otherwise, .
See Also

Reference