CicsServerEquals Method (Object)

CICS Transaction Gateway V9.3.0.0
Returns a value indicating whether this instance is equal to a specified object.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An object to compare with this instance.

Return Value

Type: Boolean
if obj is a CicsServer with the same Name as this instance; otherwise .
See Also

Reference