DtsObject.Equals Método
Determines whether two object instances are equal.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Overrides Function Equals ( _
otherObj As Object _
) As Boolean
'Uso
Dim instance As DtsObject
Dim otherObj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(otherObj)
public override bool Equals(
Object otherObj
)
public:
virtual bool Equals(
Object^ otherObj
) override
abstract Equals :
otherObj:Object -> bool
override Equals :
otherObj:Object -> bool
public override function Equals(
otherObj : Object
) : boolean
Parámetros
- otherObj
Tipo: System.Object
The object to compare with the current object.
Valor devuelto
Tipo: System.Boolean
true indicates that the object instances are equal.
Comentarios
This method allows comparison of objects.