PropertyValueEqualityComparer

PropertyValueEqualityComparer class

Defines methods to support the comparison of property values for equality.

public class PropertyValueEqualityComparer : IEqualityComparer<PropertyValue>

Constructors

Name Description
PropertyValueEqualityComparer() The default constructor.

Methods

Name Description
Equals(PropertyValue, PropertyValue) Determines whether the specified objects are equal.
GetHashCode(PropertyValue) Returns a hash code for the specified object.

See Also