다음을 통해 공유


ObjectDependency.Equals 메서드 (ObjectDependency)

Determines whether the specified ObjectDependency is equal to the current ObjectDependency.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Binder
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Function Equals ( _
    other As ObjectDependency _
) As Boolean
‘사용 방법
Dim instance As ObjectDependency 
Dim other As ObjectDependency 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public bool Equals(
    ObjectDependency other
)
public:
bool Equals(
    ObjectDependency other
)
member Equals : 
        other:ObjectDependency -> bool
public function Equals(
    other : ObjectDependency
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the specified ObjectDependency is equal to the current ObjectDependency; otherwise, false.

참고 항목

참조

ObjectDependency 구조

Equals 오버로드

Microsoft.SqlServer.Management.SqlParser.Binder 네임스페이스