SfcKeyChain.ClientEquals(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 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.