DaprComponentOptions
Record sealed net10.0
Options for configuring a Dapr component.
namespace CommunityToolkit.Aspire.Hosting.Dapr;
public sealed record DaprComponentOptions : System.IEquatable<CommunityToolkit.Aspire.Hosting.Dapr.DaprComponentOptions>{ // ...} IEquatable<DaprComponentOptions>
9 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods7
Section titled Methods<Clone>$Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(DaprComponentOptions?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(DaprComponentOptions?, DaprComponentOptions?)staticboolop_Inequality(DaprComponentOptions?, DaprComponentOptions?)staticboolToStringstringReturns a string that represents the current object.