Share via


ScrubbingRuleEntryMatchOperator Struct

Definition

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.Network.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