Table of Contents

Class CreationRuleMetadata.CreationRuleComparerByType

Namespace
Dynamicweb.Content.Items.Metadata
Assembly
Dynamicweb.dll
public class CreationRuleMetadata.CreationRuleComparerByType : IEqualityComparer<CreationRuleMetadata>
Inheritance
CreationRuleMetadata.CreationRuleComparerByType
Implements
Inherited Members

Methods

Equals(CreationRuleMetadata, CreationRuleMetadata)

Determines whether the specified objects are equal.

public bool Equals(CreationRuleMetadata x, CreationRuleMetadata y)

Parameters

x CreationRuleMetadata

The first object of type T to compare.

y CreationRuleMetadata

The second object of type T to compare.

Returns

bool

true if the specified objects are equal; otherwise, false.

GetHashCode(CreationRuleMetadata)

Returns a hash code for the specified object.

public int GetHashCode(CreationRuleMetadata obj)

Parameters

obj CreationRuleMetadata

The object for which a hash code is to be returned.

Returns

int

A hash code for the specified object.

Exceptions

ArgumentNullException

The type of obj is a reference type and obj is null.

To top