ScrubbingRuleEntryMatchOperator Struct
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.
When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
public readonly struct ScrubbingRuleEntryMatchOperator : IEquatable<Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryMatchOperator>
type ScrubbingRuleEntryMatchOperator = struct
Public Structure ScrubbingRuleEntryMatchOperator
Implements IEquatable(Of ScrubbingRuleEntryMatchOperator)
- Inheritance
-
ScrubbingRuleEntryMatchOperator
- Implements
Constructors
ScrubbingRuleEntryMatchOperator(String) |
Initializes a new instance of ScrubbingRuleEntryMatchOperator. |
Properties
EqualsAny |
EqualsAny. |
EqualsValue |
Equals. |
Methods
Equals(ScrubbingRuleEntryMatchOperator) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScrubbingRuleEntryMatchOperator, ScrubbingRuleEntryMatchOperator) |
Determines if two ScrubbingRuleEntryMatchOperator values are the same. |
Implicit(String to ScrubbingRuleEntryMatchOperator) |
Converts a string to a ScrubbingRuleEntryMatchOperator. |
Inequality(ScrubbingRuleEntryMatchOperator, ScrubbingRuleEntryMatchOperator) |
Determines if two ScrubbingRuleEntryMatchOperator values are not the same. |
Applies to
Azure SDK for .NET