Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified Object is equal to the current Object.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.Object
Return Value
Type: System.Boolean
True if the specified Object is equal to the current Object; otherwise, false.
See Also
ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top