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
Syntaxbool Equals(
IDataItem other
)
Function Equals (
other As IDataItem
) As Boolean
bool Equals(
IDataItem^ other
)
abstract Equals :
other : IDataItem -> bool
Parameters
- other
- Type: ITHit.FileSystemIDataItem
The other data item to compare with.
Return Value
Type:
BooleanTrue if the values are equal, false otherwise.
See Also