EntityInfo.Covers(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 entity text completely includes another entity text.
public bool Covers (Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo entity);
member this.Covers : Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo -> bool
Public Function Covers (entity As EntityInfo) As Boolean
Parameters
- entity
- EntityInfo
Entity to compare.
Returns
True if entity text completely covers other entity text.