ManagementBaseObject::Equals Method (Object^)

 

Compares two management objects.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

An object to compare with this instance.

Return Value

Type: System::Boolean

true if this is an instance of ManagementBaseObject and represents the same object as this instance; otherwise, false.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show: