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
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
Azure SDK for .NET