Share via


ItemResourceGenerator.Changed Method

Definition

Determines whether two consecutive updates represent a change based on message ID.

protected override bool Changed(Microsoft.Agents.AI.AgentRunResponseUpdate previous, Microsoft.Agents.AI.AgentRunResponseUpdate current);
override this.Changed : Microsoft.Agents.AI.AgentRunResponseUpdate * Microsoft.Agents.AI.AgentRunResponseUpdate -> bool
Protected Overrides Function Changed (previous As AgentRunResponseUpdate, current As AgentRunResponseUpdate) As Boolean

Parameters

previous
AgentRunResponseUpdate

The previous update.

current
AgentRunResponseUpdate

The current update.

Returns

True if the message ID has changed; otherwise, false.

Applies to