EntityInfo.SharesRoot(EntityInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if entities share the same root entity.
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
Parameters
- entity
- EntityInfo
Entity to compare.
Returns
True if entities share the same root.