ListItemEquals Method

Compares two ListItem objects using the Host Column value

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with

Return Value

Type: Boolean
True if they are the same, otherwise false.
See Also

Reference