PolicySelectorKind.Equality(PolicySelectorKind, PolicySelectorKind) Operator
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.
Determines if two PolicySelectorKind values are the same.
public static bool operator ==(Azure.ResourceManager.Resources.Policy.Models.PolicySelectorKind left, Azure.ResourceManager.Resources.Policy.Models.PolicySelectorKind right);
static member ( = ) : Azure.ResourceManager.Resources.Policy.Models.PolicySelectorKind * Azure.ResourceManager.Resources.Policy.Models.PolicySelectorKind -> bool
Public Shared Operator == (left As PolicySelectorKind, right As PolicySelectorKind) As Boolean
Parameters
- left
- PolicySelectorKind
The left value to compare.
- right
- PolicySelectorKind
The right value to compare.