ContentDownloadProgress.Equals Method (Object)
Applies To: Windows Server Update Services
Determines whether one instance of ContentDownloadProgress equals another.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
override Equals :
obj:Object -> bool
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectThe instance to compare with the current ContentDownloadProgress.
Return Value
Type: System.Boolean
true if one instance of ContentDownloadProgress equals another, otherwise false.
See Also
ContentDownloadProgress Class
Microsoft.UpdateServices.Administration Namespace
Return to top