Show / Hide Table of Contents

Class EntityTagComparer

A comparer for entity tags

Inheritance
Object
EntityTagComparer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
Syntax
public class EntityTagComparer : IEqualityComparer<EntityTag>

Properties

| Improve this Doc View Source

Strong

Gets a default strong entity tag comparer

Declaration
[NotNull]
public static EntityTagComparer Strong { get; }
Property Value
Type Description
EntityTagComparer
| Improve this Doc View Source

Weak

Gets a default weak entity tag comparer

Declaration
[NotNull]
public static EntityTagComparer Weak { get; }
Property Value
Type Description
EntityTagComparer

Methods

| Improve this Doc View Source

Equals(EntityTag, EntityTag)

Declaration
public bool Equals(EntityTag x, EntityTag y)
Parameters
Type Name Description
EntityTag x
EntityTag y
Returns
Type Description
Boolean
Implements
IEqualityComparer<T>.Equals(T, T)
| Improve this Doc View Source

GetHashCode(EntityTag)

Declaration
public int GetHashCode(EntityTag obj)
Parameters
Type Name Description
EntityTag obj
Returns
Type Description
Int32
Implements
IEqualityComparer<T>.GetHashCode(T)
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX