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.
![](collapse_all.gif)
![](collapse_all.gif)
- obj (Object)
- The handle object to compare with the current handle object.
![](collapse_all.gif)
true if the specified handle object is equal to the current handle object; otherwise false