Determines whether two CicsServer instances do not represent the same CICS server.
Namespace:
IBM.CTGAssembly: 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 ) |