SfcKeyChain.ClientEquals(SfcKeyChain) Method

Definition

Compares for client equality of the same instance object in the same object tree.

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

Parameters

otherKeychain
SfcKeyChain

The keychain to compare.

Returns

True if equivalent, otherwise false.

Applies to