Deployment Tools Foundation
Equals Method (obj)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► InstallerHandle ► Equals(Object)
Tests whether this handle object is equal to another handle object. Two handle objects are equal
if their types are the same and their native integer handles are the same.
Declaration Syntax
Parameters
- obj (Object)
- The handle object to compare with the current handle object.
Return Value
true if the specified handle object is equal to the current handle object; otherwise false