Equals Method (obj)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Equals Method (obj)
Tests whether two shortcut targets have the same product code, feature, and/or component code.
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 shortcut target to compare to the current object.
Return Value
Boolean
True if obj is a shortcut target and all parts of the targets are the same, else false.

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