SqlDatabaseDataMaskingRuleCmdletBase.IsModelOfRule 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.
Checks whether the model of the current cmdlet is the same as the model of the given rule
protected bool IsModelOfRule (Microsoft.Azure.Commands.Sql.DataMasking.Model.BaseDataMaskingRuleModel rule);
member this.IsModelOfRule : Microsoft.Azure.Commands.Sql.DataMasking.Model.BaseDataMaskingRuleModel -> bool
Protected Function IsModelOfRule (rule As BaseDataMaskingRuleModel) As Boolean