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
xCreationRuleMetadataThe first object of type
Tto compare.yCreationRuleMetadataThe second object of type
Tto compare.
Returns
GetHashCode(CreationRuleMetadata)
Returns a hash code for the specified object.
public int GetHashCode(CreationRuleMetadata obj)
Parameters
objCreationRuleMetadataThe object for which a hash code is to be returned.
Returns
- int
A hash code for the specified object.
Exceptions
- ArgumentNullException
The type of
objis a reference type andobjis null.