SocketAddressOperator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| SocketAddressOperator(String) |
Initializes a new instance of SocketAddressOperator. |
Properties
| Name | Description |
|---|---|
| Any |
Any. |
| IPMatch |
IPMatch. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |