다음을 통해 공유


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

매개 변수

반환 값

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