Compartir a través de


EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Método

Definición

Determina si thisType es el mismo que otherType, o thisType deriva de otherType u otroType deriva de thisType.

public static bool IsOnSameTypeHierarchyLineWith (this Microsoft.OData.Edm.IEdmType thisType, Microsoft.OData.Edm.IEdmType otherType);
static member IsOnSameTypeHierarchyLineWith : Microsoft.OData.Edm.IEdmType * Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsOnSameTypeHierarchyLineWith (thisType As IEdmType, otherType As IEdmType) As Boolean

Parámetros

thisType
IEdmType

Este tipo EDM.

otherType
IEdmType

El otro tipo EDM.

Devoluciones

true si thisType y otherType están a lo largo de la misma línea en la jerarquía de tipos; False en caso contrario.

Se aplica a