ExceptionSelectorMatchOperator Struct

Definition

Comparison operator to apply to the selector when specifying which elements in the collection this exception applies to..

public readonly struct ExceptionSelectorMatchOperator : IEquatable<Azure.ResourceManager.FrontDoor.Models.ExceptionSelectorMatchOperator>
type ExceptionSelectorMatchOperator = struct
Public Structure ExceptionSelectorMatchOperator
Implements IEquatable(Of ExceptionSelectorMatchOperator)
Inheritance
ExceptionSelectorMatchOperator
Implements

Constructors

Name Description
ExceptionSelectorMatchOperator(String)

Initializes a new instance of ExceptionSelectorMatchOperator.

Properties

Name Description
EqualsValue

Equals Selector Match Operator.

Methods

Name Description
Equals(ExceptionSelectorMatchOperator)

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

Name Description
Equality(ExceptionSelectorMatchOperator, ExceptionSelectorMatchOperator)

Determines if two ExceptionSelectorMatchOperator values are the same.

Implicit(String to ExceptionSelectorMatchOperator)

Converts a string to a ExceptionSelectorMatchOperator.

Implicit(String to Nullable<ExceptionSelectorMatchOperator>)
Inequality(ExceptionSelectorMatchOperator, ExceptionSelectorMatchOperator)

Determines if two ExceptionSelectorMatchOperator values are not the same.

Applies to