SfcKeyChain.ClientEquals(SfcKeyChain) メソッド

定義

同じオブジェクト ツリー内の同じインスタンス オブジェクトのクライアントの等価性を比較します。

public bool ClientEquals(Microsoft.SqlServer.Management.Sdk.Sfc.SfcKeyChain otherKeychain);
member this.ClientEquals : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKeyChain -> bool
Public Function ClientEquals (otherKeychain As SfcKeyChain) As Boolean

パラメーター

otherKeychain
SfcKeyChain

比較するキーチェーン。

返品

等価の場合は True、それ以外の場合は false。

適用対象