Share via


Méthode Equals (DataType)

Determines whether the specified data types are considered equal.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    dt As DataType _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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