DTSParamValueCollection.Equals Method

Determines whether two object instances are equal.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

public override bool Equals(
    Object obj
)

Parameters

  • obj
    Type: System.Object
    The object to compare with the current object.

Return Value

Type: System.Boolean
true if the specified object is equal to the current object; otherwise, false.