EntityInfo.SharesRoot(EntityInfo) 方法

定義

如果實體共用相同的根實體,則為 True。

public bool SharesRoot (Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo entity);
member this.SharesRoot : Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo -> bool
Public Function SharesRoot (entity As EntityInfo) As Boolean

參數

entity
EntityInfo

要比較的實體。

傳回

如果實體共用相同的根目錄,則為 True。

適用於