[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether the specified Objectis equal to the current Object.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

Parameters

obj
Object
The Objectto compare with the current Object.

Return Value

true if the specified Objectis equal to the current Object; otherwise, false.

See Also