次の方法で共有


EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) メソッド

定義

thisType が otherType と同じか、thisType が otherType から派生するのか、otherType が 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

パラメーター

thisType
IEdmType

この EDM 型。

otherType
IEdmType

もう 1 つの EDM 型。

戻り値

thisType と otherType が型階層内の同じ行に沿っている場合は true。それ以外の場合は false。

適用対象