SaaS CMS has officially launched! Learn more now.

Class VisitorGroupDateComparer

Inheritance
System.Object
VisitorGroupDateComparer
Implements
System.Collections.Generic.IEqualityComparer<VisitorGroupDate>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.UI.Models.VisitorGroupsStatistics.Statistics.Implementation
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the Visitor Group Statistics gadget will be removed after the upcoming major release.")]
public class VisitorGroupDateComparer : IEqualityComparer<VisitorGroupDate>

Constructors

VisitorGroupDateComparer()

Declaration
public VisitorGroupDateComparer()

Methods

Equals(VisitorGroupDate, VisitorGroupDate)

Declaration
public bool Equals(VisitorGroupDate x, VisitorGroupDate y)
Parameters
Type Name Description
VisitorGroupDate x
VisitorGroupDate y
Returns
Type Description
System.Boolean

GetHashCode(VisitorGroupDate)

Declaration
public int GetHashCode(VisitorGroupDate obj)
Parameters
Type Name Description
VisitorGroupDate obj
Returns
Type Description
System.Int32

Implements

System.Collections.Generic.IEqualityComparer<T>

Extension Methods