Inheritance
DepthHeaderComparer
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
public class DepthHeaderComparer : IComparer<DepthHeader>, IEqualityComparer<DepthHeader>
Properties
|
Improve this Doc
View Source
Gets the default depth header comparer
Declaration
[NotNull]
public static DepthHeaderComparer Default { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public int Compare(DepthHeader x, DepthHeader y)
Parameters
Returns
Implements
|
Improve this Doc
View Source
Declaration
public bool Equals(DepthHeader x, DepthHeader y)
Parameters
Returns
Implements
|
Improve this Doc
View Source
Declaration
public int GetHashCode(DepthHeader obj)
Parameters
Returns
Implements