Share via


EdmElementComparer Class

Definition

Contains IsEquivalentTo() extension methods.

public static class EdmElementComparer
type EdmElementComparer = class
Public Module EdmElementComparer
Inheritance
EdmElementComparer

Methods

IsEquivalentTo(IEdmType, IEdmType)

Returns true if the compared type is semantically equivalent to this type. Schema types (IEdmSchemaType) are compared by their object refs.

IsEquivalentTo(IEdmTypeReference, IEdmTypeReference)

Returns true if the compared type reference is semantically equivalent to this type reference. Schema types (IEdmSchemaType) are compared by their object refs.

Applies to