ClientInstallFilter.Equals Method (Object)
Determines whether the current object is equal to the specified object.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectThe object to compare.
Return Value
Type: System.Boolean
If true, the objects are equal; otherwise, false.
See Also
ClientInstallFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top