RelationshipSnapshot
Record sealed net10.0
A snapshot of a relationship.
namespace Aspire.Hosting.ApplicationModel;
public sealed record RelationshipSnapshot : System.IEquatable<Aspire.Hosting.ApplicationModel.RelationshipSnapshot>{ // ...} IEquatable<RelationshipSnapshot>
11 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesResourceNameget; initstringThe name of the resource the relationship is to.
Typeget; initstringThe relationship type.
Methods8
Section titled Methods<Clone>$Deconstruct(string, string)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(RelationshipSnapshot?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(RelationshipSnapshot?, RelationshipSnapshot?)staticboolop_Inequality(RelationshipSnapshot?, RelationshipSnapshot?)staticboolToStringstringReturns a string that represents the current object.