Share via


SocketAddressOperator Struct

Definition

Describes operator to be matched.

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

Constructors

SocketAddressOperator(String)

Initializes a new instance of SocketAddressOperator.

Properties

Any

Any.

IPMatch

IPMatch.

Methods

Equals(SocketAddressOperator)

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

Determines if two SocketAddressOperator values are the same.

Implicit(String to SocketAddressOperator)

Converts a string to a SocketAddressOperator.

Inequality(SocketAddressOperator, SocketAddressOperator)

Determines if two SocketAddressOperator values are not the same.

Applies to