Equals

PropertyValueEqualityComparer.Equals method

Determines whether the specified objects are equal.

public bool Equals(PropertyValue x, PropertyValue y)
Parameter Type Description
x PropertyValue The first object of type PropertyValue to compare.
y PropertyValue The second object of type PropertyValue to compare.

Return Value

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

See Also