SynchronizationUpdateErrorInfo.Equals Method (Object)
Applies To: Windows Server Update Services
Determines whether this instance is the same as the given instance of SynchronizationUpdateErrorInfo.
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 other instance of SynchronizationUpdateErrorInfo.
Return Value
Type: System.Boolean
true if the two instances are the same, otherwise false.
See Also
SynchronizationUpdateErrorInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top