Show / Hide Table of Contents

Class DepthHeaderComparer

Comparer for the DepthHeader

Inheritance
Object
DepthHeaderComparer
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 DepthHeaderComparer : IComparer<DepthHeader>, IEqualityComparer<DepthHeader>

Properties

| Improve this Doc View Source

Default

Gets the default depth header comparer

Declaration
[NotNull]
public static DepthHeaderComparer Default { get; }
Property Value
Type Description
DepthHeaderComparer

Methods

| Improve this Doc View Source

Compare(DepthHeader, DepthHeader)

Declaration
public int Compare(DepthHeader x, DepthHeader y)
Parameters
Type Name Description
DepthHeader x
DepthHeader y
Returns
Type Description
Int32
Implements
IComparer<T>.Compare(T, T)
| Improve this Doc View Source

Equals(DepthHeader, DepthHeader)

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

GetHashCode(DepthHeader)

Declaration
public int GetHashCode(DepthHeader obj)
Parameters
Type Name Description
DepthHeader 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