RequestMethodOperator Struct

Definition

Describes operator to be matched.

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

Constructors

RequestMethodOperator(String)

Initializes a new instance of RequestMethodOperator.

Properties

Equal

Equal.

Methods

Equals(RequestMethodOperator)

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(RequestMethodOperator, RequestMethodOperator)

Determines if two RequestMethodOperator values are the same.

Implicit(String to RequestMethodOperator)

Converts a string to a RequestMethodOperator.

Inequality(RequestMethodOperator, RequestMethodOperator)

Determines if two RequestMethodOperator values are not the same.

Applies to