Equals Method (obj)

Microsoft Deployment Tools

Deployment Tools Foundation Equals Method (obj)
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++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
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

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)