EntityInfo.IsSameEntity(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 are the same.
public bool IsSameEntity (Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo entity);
member this.IsSameEntity : Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo -> bool
Public Function IsSameEntity (entity As EntityInfo) As Boolean
Parameters
- entity
- EntityInfo
Entity to compare.
Returns
True if entities are the same entity.