Metoda Equals (DataType)
Określa, czy typy określone dane są uważane za równe.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Function Equals ( _
dt As DataType _
) As Boolean
'Użycie
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
Parameters
- dt
Typ: Microsoft.SqlServer.Management.Smo. . :: . .DataType
DataType Obiektu do porównania z bieżącego DataType.
Wartość zwracana
Typ: System. . :: . .Boolean
A Boolean Określa, czy obiekty są równe. TRUE , jeśli oba obiekty są równe. FALSE , jeśli nie są równe.
Zobacz także