ClientVersionBase.Equals Method (Object)
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