Partilhar via


EdmTypeSemantics.IsOnSameTypeHierarchyLineWith(IEdmType, IEdmType) Método

Definição

Determina se thisType é o mesmo que otherType ou thisType deriva de otherType ou otherType deriva 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

Parâmetros

thisType
IEdmType

Esse tipo de EDM.

otherType
IEdmType

O outro tipo de EDM.

Retornos

true se thisType e otherType estiverem na mesma linha na hierarquia de tipos; caso contrário, false.

Aplica-se a