EdmElementComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |