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
CreationRuleMetadataThe first object of type
T
to compare.y
CreationRuleMetadataThe second object of type
T
to compare.
Returns
GetHashCode(CreationRuleMetadata)
Returns a hash code for the specified object.
public int GetHashCode(CreationRuleMetadata obj)
Parameters
obj
CreationRuleMetadataThe 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 andobj
is null.