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.
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