EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.