AgentVersionDiffResponse
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllRaw JSON response for comparing two definition versions. The diff is not computed on the server; the client compares the two raw definitions field by field.
public sealed record AgentVersionDiffResponse : IEquatable<AgentVersionDiffResponse>Inheritance
Section titled “Inheritance”object ← AgentVersionDiffResponse
Implements
Section titled “Implements”IEquatable<AgentVersionDiffResponse>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AgentVersionDiffResponse()
Section titled “ AgentVersionDiffResponse()”public AgentVersionDiffResponse()Properties
Section titled “Properties”Left (usually older) side of the comparison.
public required AgentDefinition Left { get; init; }Property Value
Section titled “Property Value”Right (usually newer) side of the comparison.
public required AgentDefinition Right { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(AgentVersionDiffResponse?)
Section titled “ Equals(AgentVersionDiffResponse?)”public bool Equals(AgentVersionDiffResponse? other)Parameters
Section titled “Parameters”other AgentVersionDiffResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(AgentVersionDiffResponse?, AgentVersionDiffResponse?)
Section titled “ operator ==(AgentVersionDiffResponse?, AgentVersionDiffResponse?)”public static bool operator ==(AgentVersionDiffResponse? left, AgentVersionDiffResponse? right)Parameters
Section titled “Parameters”left AgentVersionDiffResponse?
right AgentVersionDiffResponse?
Returns
Section titled “Returns”operator !=(AgentVersionDiffResponse?, AgentVersionDiffResponse?)
Section titled “ operator !=(AgentVersionDiffResponse?, AgentVersionDiffResponse?)”public static bool operator !=(AgentVersionDiffResponse? left, AgentVersionDiffResponse? right)Parameters
Section titled “Parameters”left AgentVersionDiffResponse?
right AgentVersionDiffResponse?