EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.