Equals

MetadataPropertyEqualityComparer.Equals method

Determines whether the specified objects are equal.

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

Return Value

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

See Also