AgentRequestMessageSourceAttribution.Equals 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.
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
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.