Share via


EntityInfo.IsSameEntity(EntityInfo) Method

Definition

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.

Applies to