QueryStringOperator 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.QueryStringOperatorTypeConverter))]
public struct QueryStringOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.QueryStringOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.QueryStringOperatorTypeConverter))>]
type QueryStringOperator = struct
interface IArgumentCompleter
Public Structure QueryStringOperator
Implements IArgumentCompleter, IEquatable(Of QueryStringOperator)
- Inheritance
-
QueryStringOperator
- Attributes
- Implements
Fields
Any | |
BeginsWith | |
Contains | |
EndsWith | |
Equal | |
GreaterThan | |
GreaterThanOrEqual | |
LessThan | |
LessThanOrEqual | |
RegEx |
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 QueryStringOperator (override for Object) |
Equals(QueryStringOperator) |
Compares values of enum type QueryStringOperator |
GetHashCode() |
Returns hashCode for enum QueryStringOperator |
ToString() |
Returns string representation for QueryStringOperator |
Operators
Equality(QueryStringOperator, QueryStringOperator) |
Overriding == operator for enum QueryStringOperator |
Implicit(QueryStringOperator to String) |
Implicit operator to convert QueryStringOperator to string |
Implicit(String to QueryStringOperator) |
Implicit operator to convert string to QueryStringOperator |
Inequality(QueryStringOperator, QueryStringOperator) |
Overriding != operator for enum QueryStringOperator |