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

Syntax

C#
public override sealed bool Equals(
	Object obj
)
Visual Basic (Declaration)
Public Overrides NotOverridable Function Equals ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override sealed

Parameters

obj
Type: System..::.Object
An object to compare with this instance.

Return Value

trueTruetruetrue (True in Visual Basic) if obj is a CicsServer that represents the same CICS server as this instance; otherwise falseFalsefalsefalse (False in Visual Basic).

See Also