A comparer for entity tags
Inheritance
EntityTagComparer
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
public class EntityTagComparer : IEqualityComparer<EntityTag>
Properties
|
Improve this Doc
View Source
Gets a default strong entity tag comparer
Declaration
[NotNull]
public static EntityTagComparer Strong { get; }
Property Value
|
Improve this Doc
View Source
Gets a default weak entity tag comparer
Declaration
[NotNull]
public static EntityTagComparer Weak { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(EntityTag x, EntityTag y)
Parameters
Returns
Implements
|
Improve this Doc
View Source
Declaration
public int GetHashCode(EntityTag obj)
Parameters
Returns
Implements