SocketAddrOperator 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SocketAddrOperatorTypeConverter))]
public struct SocketAddrOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SocketAddrOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SocketAddrOperatorTypeConverter))>]
type SocketAddrOperator = struct
interface IArgumentCompleter
Public Structure SocketAddrOperator
Implements IArgumentCompleter, IEquatable(Of SocketAddrOperator)
- Inheritance
-
SocketAddrOperator
- Attributes
- Implements
Fields
Any | |
IPMatch |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SocketAddrOperator (override for Object) |
Equals(SocketAddrOperator) |
Compares values of enum type SocketAddrOperator |
GetHashCode() |
Returns hashCode for enum SocketAddrOperator |
ToString() |
Returns string representation for SocketAddrOperator |
Operators
Equality(SocketAddrOperator, SocketAddrOperator) |
Overriding == operator for enum SocketAddrOperator |
Implicit(SocketAddrOperator to String) |
Implicit operator to convert SocketAddrOperator to string |
Implicit(String to SocketAddrOperator) |
Implicit operator to convert string to SocketAddrOperator |
Inequality(SocketAddrOperator, SocketAddrOperator) |
Overriding != operator for enum SocketAddrOperator |