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
매개 변수
- other
유형: Microsoft.SqlServer.Management.SqlParser.Binder.ObjectDependency
The ObjectDependency to compare with the current ObjectDependency.
반환 값
유형: System.Boolean
true if the specified ObjectDependency is equal to the current ObjectDependency; otherwise, false.