Click or drag to resize

IDataItemEquals Method

IT Hit User File System
Compares this data item with another data item for equality.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.29552.0
Syntax
bool Equals(
	IDataItem other
)

Parameters

other
Type: ITHit.FileSystemIDataItem
The other data item to compare with.

Return Value

Type: Boolean
True if the values are equal, false otherwise.
See Also