Partilhar via


Método DataType.Equals (DataType)

Determines whether the specified data types are considered equal.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function Equals ( _
    dt As DataType _
) As Boolean
'Uso
Dim instance As DataType 
Dim dt As DataType 
Dim returnValue As Boolean 

returnValue = instance.Equals(dt)
public bool Equals(
    DataType dt
)
public:
bool Equals(
    DataType^ dt
)
member Equals : 
        dt:DataType -> bool
public function Equals(
    dt : DataType
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
A Boolean that specifies whether the objects are equal. True if the two objects are equal. False if they are not equal.

Consulte também

Referência

DataType Classe

Sobrecarregado Equals

Namespace Microsoft.SqlServer.Management.Smo