AgentRequestMessageSourceAttribution.Equality Operator
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 AgentRequestMessageSourceAttribution instances are equal.
public static bool operator ==(Microsoft.Agents.AI.AgentRequestMessageSourceAttribution left, Microsoft.Agents.AI.AgentRequestMessageSourceAttribution right);
static member ( = ) : Microsoft.Agents.AI.AgentRequestMessageSourceAttribution * Microsoft.Agents.AI.AgentRequestMessageSourceAttribution -> bool
Public Shared Operator == (left As AgentRequestMessageSourceAttribution, right As AgentRequestMessageSourceAttribution) As Boolean
Parameters
The first instance to compare.
The second instance to compare.
Returns
true if the instances are equal; otherwise, false.