IpAddressVersion 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.
IP address version.
public readonly struct IpAddressVersion : IEquatable<Azure.Communication.PhoneNumbers.SipRouting.IpAddressVersion>
type IpAddressVersion = struct
Public Structure IpAddressVersion
Implements IEquatable(Of IpAddressVersion)
- Inheritance
-
IpAddressVersion
- Implements
Constructors
| Name | Description |
|---|---|
| IpAddressVersion(String) |
Initializes a new instance of IpAddressVersion. |
Properties
| Name | Description |
|---|---|
| Ipv4 |
ipv4. |
| Ipv6 |
ipv6. |
Methods
| Name | Description |
|---|---|
| Equals(IpAddressVersion) |
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(IpAddressVersion, IpAddressVersion) |
Determines if two IpAddressVersion values are the same. |
| Implicit(String to IpAddressVersion) |
Converts a String to a IpAddressVersion. |
| Inequality(IpAddressVersion, IpAddressVersion) |
Determines if two IpAddressVersion values are not the same. |