SfcKeyChain.ServerEquals(SfcKeyChain) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.