Share via


AgentRequestMessageSourceAttribution.Equality Operator

Definition

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

left
AgentRequestMessageSourceAttribution

The first instance to compare.

right
AgentRequestMessageSourceAttribution

The second instance to compare.

Returns

true if the instances are equal; otherwise, false.

Applies to