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: 1.0.0.0

Syntax

C#
public static bool operator !=(
	CicsServer cs1,
	CicsServer cs2
)
Visual Basic (Declaration)
Public Shared Operator <> ( _
	cs1 As CicsServer, _
	cs2 As CicsServer _
) As Boolean
Visual C++
public:
static bool operator !=(
	CicsServer cs1, 
	CicsServer cs2
)

Return Value

trueTruetruetrue (True in Visual Basic) if cs1 and cs2 do not have the same Name; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also