ETag 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.
Represents an HTTP ETag.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ETagConverter))]
public readonly struct ETag : IEquatable<Azure.ETag>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ETagConverter))>]
type ETag = struct
Public Structure ETag
Implements IEquatable(Of ETag)
- Inheritance
-
ETag
- Attributes
- Implements
Constructors
ETag(String) |
Creates a new instance of ETag. |
Fields
All |
Instance of ETag with the value. |
Methods
Equals(ETag) |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object) |
Indicates whether this instance and a specified object are equal. |
Equals(String) |
Indicates whether the value of current ETag is equal to the provided string. |
GetHashCode() |
Returns the hash code for this instance. |
ToString(String) |
Returns the string representation of the ETag. |
Operators
Equality(ETag, ETag) |
Compares equality of two ETag instances. |
Inequality(ETag, ETag) |
Compares inequality of two ETag instances. |
Applies to
Azure SDK for .NET