SfcKeyChain.ServerEquals(SfcKeyChain) Method

Definition

Compares for server equivalence of the same logical server-side entity regardless of client-side object tree.

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

Parameters

otherKeychain
SfcKeyChain

The keychain to compare.

Returns

True if equivalent, otherwise false.

Applies to