SfcKey.Equals 方法 (Object)
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Determines if the specified object is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public MustOverride Function Equals ( _
obj As Object _
) As Boolean
用法
Dim instance As SfcKey
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public abstract bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) abstract override
override Equals :
obj:Object -> bool
public abstract function Equals(
obj : Object
) : boolean
参数
- obj
类型:System.Object
A SystemObject that identifies the object to compare.
返回值
类型:System.Boolean
A Boolean value that is true if the objects are equal. Otherwise, false.