Class ProductFieldComparer
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
public class ProductFieldComparer : EqualityComparer<ProductField>, IEqualityComparer<ProductField>, IEqualityComparer
- Inheritance
-
Product
Field Comparer
- Implements
- Inherited Members
Methods
Equals(ProductField, ProductField)
When overridden in a derived class, determines whether two objects of type Product
Parameters
xProductField The first object to compare.
yProductField The second object to compare.
Returns
GetHashCode(ProductField)
When overridden in a derived class, serves as a hash function for the specified object for hashing algorithms and data structures, such as a hash table.
Parameters
fieldProductField
Returns
- int
A hash code for the specified object.
Exceptions
- Argument
Null Exception The type of
objis a reference type andobjis null.