EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si thisType est identique à otherType, ou si thisType dérive d’otherType ou si otherType dérive 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
Paramètres
- thisType
- IEdmType
Ce type EDM.
- otherType
- IEdmType
Autre type EDM.
Retours
true si thisType et otherType se trouvent sur la même ligne dans la hiérarchie de types ; false dans le cas contraire.