CicsServerEquals Method (Object)

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