Equals 方法 (DataType)
Determines whether the specified data types are considered equal.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function Equals ( _
dt As DataType _
) As Boolean
用法
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
参数
- dt
类型:Microsoft.SqlServer.Management.Smo. . :: . .DataType
The DataType object to be compared to the current DataType.
返回值
类型:System. . :: . .Boolean
A Boolean that specifies whether the objects are equal. True if the two objects are equal. False if they are not equal.