ManagementPackReference.Equals Method (Object)
Determines whether the management pack reference is equal to the specified object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
'Usage
Dim instance As ManagementPackReference
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
virtual bool Equals (
Object^ obj
) override
public boolean Equals (
Object obj
)
public override function Equals (
obj : Object
) : boolean
- obj
The object to compare the management pack reference to.
true if the specified object equals the management pack reference; otherwise, false.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Vista, Windows Server 2003, and
Windows Server 2008,Windows Server 2003
ManagementPackReference Class
ManagementPackReference Members
Microsoft.EnterpriseManagement.Configuration Namespace