ItemResourceGenerator.Changed 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.
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.