EdmElementComparer Class
Contains IsEquivalentTo() extension methods.
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.EdmElementComparer
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class EdmElementComparer
'Usage
public static class EdmElementComparer
[ExtensionAttribute]
public ref class EdmElementComparer abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EdmElementComparer = class end
public final class EdmElementComparer
Methods
Name | Description | |
---|---|---|
IsEquivalentTo(IEdmType, IEdmType) | Indicates a value whether the compared type is semantically equivalent to this type. | |
IsEquivalentTo(IEdmTypeReference, IEdmTypeReference) | Indicates whether the compared type is semantically equivalent to this type. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.