CicsServerEquals Method (CicsServer)

CICS Transaction Gateway V10.1.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: 10.1.0.0 (10.1.0.0)
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)
Remarks

Two CicsServer instances are considered equal if they have the same Name, ignoring case. For example, servers "cicsA" and "CICSA" are considered equal.
See Also

Reference