ShellItemIdEquals Method (Object) |
Determines whether the specified
Object is equal to this instance.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
See Also