Share via


AgentRequestMessageSourceAttribution.Equals Method

Definition

Overloads

Name Description
Equals(AgentRequestMessageSourceAttribution)

Determines whether the specified AgentRequestMessageSourceAttribution is equal to the current instance.

Equals(Object)

Determines whether the specified object is equal to the current instance.

Equals(AgentRequestMessageSourceAttribution)

Determines whether the specified AgentRequestMessageSourceAttribution is equal to the current instance.

public bool Equals(Microsoft.Agents.AI.AgentRequestMessageSourceAttribution other);
override this.Equals : Microsoft.Agents.AI.AgentRequestMessageSourceAttribution -> bool
Public Function Equals (other As AgentRequestMessageSourceAttribution) As Boolean

Parameters

other
AgentRequestMessageSourceAttribution

The AgentRequestMessageSourceAttribution to compare with the current instance.

Returns

true if the specified instance is equal to the current instance; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether the specified object is equal to the current instance.

public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with the current instance.

Returns

true if the specified object is equal to the current instance; otherwise, false.

Applies to