Condividi tramite


EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Metodo

Definizione

Determina se thisType è uguale a otherType o thisType deriva da otherType o otherType deriva da 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

Parametri

thisType
IEdmType

Tipo EDM.

otherType
IEdmType

Altro tipo EDM.

Restituisce

true se thisType e otherType si trovano lungo la stessa riga nella gerarchia dei tipi; false in caso contrario.

Si applica a