Deployment Tools Foundation
Equals Method (obj)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ShortcutTarget ► Equals(Object)
Tests whether two shortcut targets have the same product code, feature, and/or component code.
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 shortcut target to compare to the current object.
Return Value
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)