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: 1.0.0.0

Syntax

C#
public bool Equals(
	CicsServer other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As CicsServer _
) As Boolean
Visual C++
public:
virtual bool Equals(
	CicsServer other
) sealed

Parameters

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

Return Value

trueTruetruetrue (True in Visual Basic) if other represents the same CICS server as this instance; otherwise falseFalsefalsefalse (False in Visual Basic).

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also