Equals Method (obj)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Equals Method (obj)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerHandleEquals(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
C# Visual Basic Visual C++ F#
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 
Parameters
obj (Object)
The handle object to compare with the current handle object.
Return Value
Boolean
true if the specified handle object is equal to the current handle object; otherwise false

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)