MetadataPropertyEqualityComparer class

MetadataPropertyEqualityComparer class

Defines methods to support the comparison of metadata properties for equality.

The MetadataPropertyEqualityComparer type exposes the following members:

Constructors

Constructor Description
__init__(self) Constructs a new instance of MetadataPropertyEqualityComparer

Methods

Method Description
equals(self, x, y) Determines whether the specified objects are equal.
get_hash_code(self, obj) Returns a hash code for the specified object.

See Also