Equals Método (Object)
Determines the specified object is equal to the Utility..::..Key.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Uso
Dim instance As Utility..::..Key
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Parámetros
- obj
Tipo: System. . :: . .Object
Specifies the Object to compare to the Utility..::..Key.
Valor devuelto
Tipo: System. . :: . .Boolean
A Boolean value indicating whether the specified object is equal to the Utility..::..Key. If the object is equal to the Utility..::..Key, this method returns true. Otherwise, false.