EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se thisType é o mesmo que otherType ou thisType deriva de otherType ou otherType 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
Esse tipo de EDM.
- otherType
- IEdmType
O outro tipo de EDM.
Retornos
true se thisType e otherType estiverem na mesma linha na hierarquia de tipos; caso contrário, false.