Share via


HttpVersionOperator Struct

Definition

Describes operator to be matched.

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

Constructors

HttpVersionOperator(String)

Initializes a new instance of HttpVersionOperator.

Properties

Equal

Equal.

Methods

Equals(HttpVersionOperator)

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

Determines if two HttpVersionOperator values are the same.

Implicit(String to HttpVersionOperator)

Converts a string to a HttpVersionOperator.

Inequality(HttpVersionOperator, HttpVersionOperator)

Determines if two HttpVersionOperator values are not the same.

Applies to