MatchOperator 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 MatchOperator : IEquatable<Azure.ResourceManager.Cdn.Models.MatchOperator>
type MatchOperator = struct
Public Structure MatchOperator
Implements IEquatable(Of MatchOperator)
- Inheritance
-
MatchOperator
- Implements
Constructors
MatchOperator(String) |
Initializes a new instance of MatchOperator. |
Properties
Any |
Any. |
BeginsWith |
BeginsWith. |
Contains |
Contains. |
EndsWith |
EndsWith. |
Equal |
Equal. |
GeoMatch |
GeoMatch. |
GreaterThan |
GreaterThan. |
GreaterThanOrEqual |
GreaterThanOrEqual. |
IPMatch |
IPMatch. |
LessThan |
LessThan. |
LessThanOrEqual |
LessThanOrEqual. |
RegEx |
RegEx. |
Methods
Equals(MatchOperator) |
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(MatchOperator, MatchOperator) |
Determines if two MatchOperator values are the same. |
Implicit(String to MatchOperator) |
Converts a string to a MatchOperator. |
Inequality(MatchOperator, MatchOperator) |
Determines if two MatchOperator values are not the same. |
Applies to
Azure SDK for .NET