Share via


AgentRequestMessageSourceAttribution.Inequality Operator

Definition

Determines whether two AgentRequestMessageSourceAttribution instances are not equal.

public static bool operator !=(Microsoft.Agents.AI.AgentRequestMessageSourceAttribution left, Microsoft.Agents.AI.AgentRequestMessageSourceAttribution right);
static member op_Inequality : 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 not equal; otherwise, false.

Applies to