Class ContentReferenceComparer
Provides Content
Inheritance
Implements
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public abstract class ContentReferenceComparer : Object, IEqualityComparer<ContentReference>, IComparer<ContentReference>
Constructors
ContentReferenceComparer()
Declaration
protected ContentReferenceComparer()
Fields
Complete
Comparer that compares all fields of two Content
Declaration
public static readonly ContentReferenceComparer Complete
Field Value
Type | Description |
---|---|
Content |
Default
Comparer that compares the identity, version and provider of two Content
Declaration
public static readonly ContentReferenceComparer Default
Field Value
Type | Description |
---|---|
Content |
IgnoreVersion
Comparer that compares the identity and provider of two Content
Declaration
public static readonly ContentReferenceComparer IgnoreVersion
Field Value
Type | Description |
---|---|
Content |
Methods
Compare(ContentReference, ContentReference)
Compares two Content
Declaration
public abstract int Compare(ContentReference x, ContentReference y)
Parameters
Type | Name | Description |
---|---|---|
Content |
x | The first Content |
Content |
y | The second Content |
Returns
Type | Description |
---|---|
System. |
A signed integer that indicates the relative values of |
Equals(ContentReference, ContentReference)
Determines whether the two specified Content
Declaration
public abstract bool Equals(ContentReference x, ContentReference y)
Parameters
Type | Name | Description |
---|---|---|
Content |
x | The first Content |
Content |
y | The second Content |
Returns
Type | Description |
---|---|
System. |
true if the specified Content |
GetHashCode(ContentReference)
Returns a hash code for the specified Content
Declaration
public abstract int GetHashCode(ContentReference obj)
Parameters
Type | Name | Description |
---|---|---|
Content |
obj | The Content |
Returns
Type | Description |
---|---|
System. |
A hash code for the provided Content |