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