ManagementGroup.Equals Method

Updated: April 16, 2012

Determines whether this management group equals the specified object. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ManagementGroup Dim obj As Object Dim returnValue As Boolean returnValue = instance.Equals(obj)Public Overrides Function Equals ( _ obj As Object _ ) As Booleanpublic override bool Equals ( Object obj )public: virtual bool Equals ( Object^ obj ) overridepublic boolean Equals ( Object obj )public override function Equals ( obj : Object ) : booleanParametersobjThe object to which this management group is compared.Return ValueReturns a Boolean that gives True if this management group object equals the specified object; 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.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms