CookiesMatchConditionType 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.
The CookiesMatchConditionType.
public readonly struct CookiesMatchConditionType : IEquatable<Azure.ResourceManager.Cdn.Models.CookiesMatchConditionType>
type CookiesMatchConditionType = struct
Public Structure CookiesMatchConditionType
Implements IEquatable(Of CookiesMatchConditionType)
- Inheritance
-
CookiesMatchConditionType
- Implements
Constructors
| Name | Description |
|---|---|
| CookiesMatchConditionType(String) |
Initializes a new instance of CookiesMatchConditionType. |
Properties
| Name | Description |
|---|---|
| CookiesCondition |
DeliveryRuleCookiesConditionParameters. |
Methods
| Name | Description |
|---|---|
| Equals(CookiesMatchConditionType) |
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(CookiesMatchConditionType, CookiesMatchConditionType) |
Determines if two CookiesMatchConditionType values are the same. |
| Implicit(String to CookiesMatchConditionType) |
Converts a String to a CookiesMatchConditionType. |
| Inequality(CookiesMatchConditionType, CookiesMatchConditionType) |
Determines if two CookiesMatchConditionType values are not the same. |