Urn.Equals 方法
Tests equality between an Urn object and another object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Overrides Function Equals ( _
o As Object _
) As Boolean
'用途
Dim instance As Urn
Dim o As Object
Dim returnValue As Boolean
returnValue = instance.Equals(o)
public override bool Equals(
Object o
)
public:
virtual bool Equals(
Object^ o
) override
abstract Equals :
o:Object -> bool
override Equals :
o:Object -> bool
public override function Equals(
o : Object
) : boolean
參數
- o
型別:System.Object
The Object to compare.
傳回值
型別:System.Boolean
A Boolean value that specifies true if the objects are eqaul.