PowerShellVariableReferenceAnnotation<T>
Record net10.0
Represents a PowerShell variable reference annotation.
namespace CommunityToolkit.Aspire.Hosting.PowerShell;
public record PowerShellVariableReferenceAnnotation<T> : Aspire.Hosting.ApplicationModel.IResourceAnnotation, System.IEquatable<CommunityToolkit.Aspire.Hosting.PowerShell.PowerShellVariableReferenceAnnotation<T>>{ // ...}T IResourceAnnotationIEquatable<PowerShellVariableReferenceAnnotation<T>>
11 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesMethods8
Section titled Methods<Clone>$virtualDeconstruct(string, T)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(PowerShellVariableReferenceAnnotation<T>)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(PowerShellVariableReferenceAnnotation<T>, PowerShellVariableReferenceAnnotation<T>)staticboolop_Inequality(PowerShellVariableReferenceAnnotation<T>, PowerShellVariableReferenceAnnotation<T>)staticboolToStringstringReturns a string that represents the current object.