Equals 메서드
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Determines whether the specified Object is equal to the current Object.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegSvrEnum
어셈블리: Microsoft.SqlServer.RegSvrEnum(Microsoft.SqlServer.RegSvrEnum.dll)
구문
‘선언
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
‘사용 방법
Dim instance As UIConnectionInfo
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
매개 변수
- obj
유형: System. . :: . .Object
The Object to compare with the current Object
반환 값
유형: System. . :: . .Boolean
true if the specified Object is equal to the current Object; otherwise, false.