Determines whether the specified object is equal to the result object base. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ResultObjectsManager
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)

Syntax

Visual Basic
Public Overrides Function Equals ( _
		obj As Object _
) As Boolean
C#
public override bool Equals (
		Object obj
)
C++
public:
virtual bool Equals (
		Object^ obj
) override
J#
public boolean Equals (
		Object obj
)
JScript
public override function Equals (
		obj : Object
) : boolean

Parameters

obj

[in] System.Object instance that represents the object to compare.

Return Value

true if the specified object is equal to the result object base; otherwise false.

Remarks

Your application must implement its own version of this method in a derived class.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also