ProgramKey.Equals Method (Object)
Applies To: Windows Server Update Services
Compares this object against the givenobject to see if they are equal.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public override bool Equals(
object value
)
public:
virtual bool Equals(
Object^ value
) override
override Equals :
value:Object -> bool
Public Overrides Function Equals (
value As Object
) As Boolean
Parameters
value
Type: System.ObjectThe object to compare against.
Return Value
Type: System.Boolean
true if value is also a ProgramKey object and its Key and Description match this instance exactly, otherwise false.
See Also
ProgramKey Class
Microsoft.UpdateServices.Administration Namespace
Return to top