Condividi tramite


Metodo Equals (DataType)

Determines whether the specified data types are considered equal.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function Equals ( _
    dt As DataType _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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.