UIConnectionInfo.Equals 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

不要在您的代码中直接引用此成员。它支持 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.

请参阅

参考

UIConnectionInfo 类

Microsoft.SqlServer.Management.Smo.RegSvrEnum 命名空间