Class SecureWebPageItemComparer

The SecureWebPageItemComparer class implements the IComparer interface to compare.

Inheritance
System.Object
SecureWebPageItemComparer
Implements
System.Collections.IComparer
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: Mediachase.Commerce.Website.Ssl.Collections
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class SecureWebPageItemComparer : IComparer

Constructors

SecureWebPageItemComparer()

Initialize an instance of this class.

Declaration
public SecureWebPageItemComparer()

Methods

Compare(Object, Object)

Compares the two objects as string and SecureWebPageItem or both SecureWebPageItem by the Path property.

Declaration
public int Compare(object x, object y)
Parameters
Type Name Description
System.Object x

First object to compare.

System.Object y

Second object to compare.

Returns
Type Description
System.Int32

Implements

System.Collections.IComparer