CicsServerEquals Method (CicsServer)

CICS Transaction Gateway V9.3.0.0
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: 9.1.0.0 (9.1.0.4)
Syntax

public bool Equals(
	CicsServer other
)

Parameters

other
Type: IBM.CTGCicsServer
A CicsServer to compare with this instance.

Return Value

Type: Boolean
if this instance and other have the same Name; otherwise .

Implements

IEquatableTEquals(T)
See Also

Reference