Share via


ManagementPack.Equals(Object) Method

Definition

Compares this management pack with the specified management pack using their Id properties.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The management pack to compare with the current instance.

Returns

true if the management packs share the same Id property; otherwise, false.

Applies to