Freigeben über


EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Methode

Definition

Bestimmt, ob thisType mit otherType identisch ist, oder ob thisType von otherType abgeleitet ist oder ob otherType von thisType abgeleitet wird.

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

Parameter

thisType
IEdmType

Dieser EDM-Typ.

otherType
IEdmType

Der andere EDM-Typ.

Gibt zurück

true, wenn sich thisType und otherType in der Typhierarchie entlang der gleichen Zeile befinden; Andernfalls false.

Gilt für: