Partager via


EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Méthode

Définition

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.

S’applique à