Represents an Entity-Tag header value. The Entity-Tag header is used to identify a specific version of a resource. It is an opaque identifier and can be used to determine if a cached copy of a resource is the same as the current version of the resource.
EntityTagHeaderValue class with a specified tag.tag - The entity tag string.
EntityTagHeaderValue class with a specified tag and a value indicating whether the tag is weak.tag - The entity tag string.
isWeak - true if the entity tag is a weak ETag; otherwise, false.
input - The string to parse.
EntityTagHeaderValue instance.
input - The string to parse.
value - When this method returns, contains the parsed EntityTagHeaderValue instance, if the parse succeeded, or null otherwise.
EntityTagHeaderValue objects for equality.EntityTagHeaderValue objects for equality using the equality operator.EntityTagHeaderValue objects for inequality using the inequality operator.